RE: C101 Puzzle Archive Quarantine Zone
07-01-2016, 02:50 PM
(This post was last modified: 07-01-2016, 05:10 PM by Akumu.)
In m_ii epsilon, asplashofcolour.pic, the RBG hex values of the center colors of the hexagons are (from left to right, top to bottom)
Interestingly, these almost all have individual color values that are multiples of 16, except for the red value of the green hex which is 0x92. There's also some FF thrown in, and the half-gray is 7F7F7F instead of 808080 for some reason.
Code:
002060
92D050
FFFF00
FFC000
404040
FF0000
7F7F7F
7030A0
0070C0
Interestingly, these almost all have individual color values that are multiples of 16, except for the red value of the green hex which is 0x92. There's also some FF thrown in, and the half-gray is 7F7F7F instead of 808080 for some reason.