#0C6E21

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

Shades of Crusoe #0C6E21

Tints of Crusoe #0C6E21

Color information

#0C6E21 (or 0x0C6E21) is unknown color: approx Crusoe. HEX triplet: 0C, 6E and 21. RGB value is (12,110,33). Sum of RGB (Red+Green+Blue) = 12+110+33=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6E21 is #F391DE. Grayscale: #484848. Windows color (decimal): -15962591 or 2190860. OLE color: 2190860.

HSL color Cylindrical-coordinate representation of color #0C6E21: hue angle of 132.86º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E21 is Cyan = 0.89, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.57.

Color convert

RGB1211033-
CMYK0.8900.70.57
HSL132.86º80.33%23.92%-
HSV(B)132.86º89.09%43.14%-
XYZ611.343.31-
YUV71.92106.0385.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 110 (43.36% from 255) = 70.97%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=7.74%
G=70.97%
B=21.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12110330.8900.70.57132.8680.3323.92
HexC6E215904639855018
Octal141564113101067120512030
Binary1100110111010000110110010100011011100110000101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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