#0C6A21

Color #0C6A21 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0C6A21

Tints of Crusoe #0C6A21

Color information

#0C6A21 (or 0x0C6A21) is unknown color: approx Crusoe. HEX triplet: 0C, 6A and 21. RGB value is (12,106,33). Sum of RGB (Red+Green+Blue) = 12+106+33=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A21 is #F395DE. Grayscale: #454545. Windows color (decimal): -15963615 or 2189836. OLE color: 2189836.

HSL color Cylindrical-coordinate representation of color #0C6A21: hue angle of 133.4º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A21 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1210633-
CMYK0.8900.690.58
HSL133.4º79.66%23.14%-
HSV(B)133.4º88.68%41.57%-
XYZ5.5810.53.17-
YUV69.57107.3686.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 106 (41.80% from 255) = 70.20%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=7.95%
G=70.20%
B=21.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12106330.8900.690.58133.479.6623.14
HexC6A21590453A855017
Octal141524113101057220512027
Binary1100110101010000110110010100010111101010000101101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6A21; }

 p { color: rgb(12,106,33); }

 H1.HeaderClassName
 {
   color: #0C6A21;
 }
 .AnyTagClassName
 {
   color: #0C6A21;
 }
</style>
background-color css

<style>
 a { background-color: #0C6A21; }

 a { background-color: rgb(12,106,33); }

 div.DivClassName
 {
   background-color: #0C6A21;
 }
 .BgClassName
 {
   background-color: #0C6A21;
 }
</style>
border-color css

<style>
 span { border-color: #0C6A21; }

 span { border-color: rgb(12,106,33); }

 td.TdClassName
 {
   border-color: #0C6A21;
 }
 .TagClassName
 {
   border-color: #0C6A21;
 }
</style>