#08612B

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

Shades of Crusoe #08612B

Tints of Crusoe #08612B

Color information

#08612B (or 0x08612B) is unknown color: approx Crusoe. HEX triplet: 08, 61 and 2B. RGB value is (8,97,43). Sum of RGB (Red+Green+Blue) = 8+97+43=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #08612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08612B is #F79ED4. Grayscale: #404040. Windows color (decimal): -16228053 or 2842888. OLE color: 2842888.

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

Color convert

RGB89743-
CMYK0.9200.560.62
HSL143.6º84.76%20.59%-
HSV(B)143.6º91.75%38.04%-
XYZ4.818.783.73-
YUV64.23116.0187.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 97 (38.28% from 255) = 65.54%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=5.41%
G=65.54%
B=29.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897430.9200.560.62143.684.7620.59
Hex8612B5C0383E905515
Octal10141531340707622012525
Binary100011000011010111011100011100011111010010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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