Last active
August 29, 2015 14:09
-
-
Save robc/5dd15a99eb94ad08f09c to your computer and use it in GitHub Desktop.
C64 RGB Palette
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C64 Palette Colours | |
=================== | |
Black: 0, 0, 0 | |
White: 255, 255, 255 | |
Red: 104, 55, 43 | |
Cyan: 112, 164, 178 | |
Purple: 111, 61, 134 | |
Green: 88, 141, 67 | |
Blue: 53, 40, 121 | |
Yellow: 184, 199, 111 | |
Orange: 111, 79, 37 | |
Brown: 67, 57, 0 | |
Light Red: 157, 103, 89 | |
Dark Grey: 68, 68, 68 | |
Medium Grey: 108, 108, 108 | |
Light Green: 154, 210, 132 | |
Light Blue: 108, 94, 181 | |
Light Grey): 149, 149, 149 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment