#08612A

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

Shades of Crusoe #08612A

Tints of Crusoe #08612A

Color information

#08612A (or 0x08612A) is unknown color: approx Crusoe. HEX triplet: 08, 61 and 2A. RGB value is (8,97,42). Sum of RGB (Red+Green+Blue) = 8+97+42=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #08612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08612A is #F79ED5. Grayscale: #404040. Windows color (decimal): -16228054 or 2777352. OLE color: 2777352.

HSL color Cylindrical-coordinate representation of color #08612A: hue angle of 142.92º 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 #08612A is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB89742-
CMYK0.9200.570.62
HSL142.92º84.76%20.59%-
HSV(B)142.92º91.75%38.04%-
XYZ4.798.773.63-
YUV64.12115.5187.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 97 (38.28% from 255) = 65.99%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=5.44%
G=65.99%
B=28.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897420.9200.570.62142.9284.7620.59
Hex8612A5C0393E8f5515
Octal10141521340717621712525
Binary100011000011010101011100011100111111010001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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