#08612C

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

Shades of Crusoe #08612C

Tints of Crusoe #08612C

Color information

#08612C (or 0x08612C) is unknown color: approx Crusoe. HEX triplet: 08, 61 and 2C. RGB value is (8,97,44). Sum of RGB (Red+Green+Blue) = 8+97+44=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #08612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08612C is #F79ED3. Grayscale: #404040. Windows color (decimal): -16228052 or 2908424. OLE color: 2908424.

HSL color Cylindrical-coordinate representation of color #08612C: hue angle of 144.27º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08612C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB89744-
CMYK0.9200.550.62
HSL144.27º84.76%20.59%-
HSV(B)144.27º91.75%38.04%-
XYZ4.838.783.82-
YUV64.35116.5187.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 97 (38.28% from 255) = 65.10%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=5.37%
G=65.10%
B=29.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897440.9200.550.62144.2784.7620.59
Hex8612C5C0373E905515
Octal10141541340677622012525
Binary100011000011011001011100011011111111010010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08612C; }

 p { color: rgb(8,97,44); }

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

<style>
 a { background-color: #08612C; }

 a { background-color: rgb(8,97,44); }

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

<style>
 span { border-color: #08612C; }

 span { border-color: rgb(8,97,44); }

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