#08712D

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

Shades of Crusoe #08712D

Tints of Crusoe #08712D

Color information

#08712D (or 0x08712D) is unknown color: approx Crusoe. HEX triplet: 08, 71 and 2D. RGB value is (8,113,45). Sum of RGB (Red+Green+Blue) = 8+113+45=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 113 (44.53% from 255 or 68.07% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 113 - color contains mainly: green. Hex color #08712D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08712D is #F78ED2. Grayscale: #4A4A4A. Windows color (decimal): -16223955 or 2978056. OLE color: 2978056.

HSL color Cylindrical-coordinate representation of color #08712D: hue angle of 141.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08712D is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB811345-
CMYK0.9300.600.56
HSL141.14º86.78%23.73%-
HSV(B)141.14º92.92%44.31%-
XYZ6.4812.054.47-
YUV73.85111.7181.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 113 (44.53% from 255) = 68.07%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=4.82%
G=68.07%
B=27.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8113450.9300.600.56141.1486.7823.73
Hex8712D5D03C388d5718
Octal10161551350747021512730
Binary100011100011011011011101011110011100010001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08712D; }

 p { color: rgb(8,113,45); }

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

<style>
 a { background-color: #08712D; }

 a { background-color: rgb(8,113,45); }

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

<style>
 span { border-color: #08712D; }

 span { border-color: rgb(8,113,45); }

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