#08702E

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

Shades of Crusoe #08702E

Tints of Crusoe #08702E

Color information

#08702E (or 0x08702E) is unknown color: approx Crusoe. HEX triplet: 08, 70 and 2E. RGB value is (8,112,46). Sum of RGB (Red+Green+Blue) = 8+112+46=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #08702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08702E is #F78FD1. Grayscale: #494949. Windows color (decimal): -16224210 or 3043336. OLE color: 3043336.

HSL color Cylindrical-coordinate representation of color #08702E: hue angle of 141.92º 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 #08702E is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB811246-
CMYK0.9300.590.56
HSL141.92º86.67%23.53%-
HSV(B)141.92º92.86%43.92%-
XYZ6.3911.844.53-
YUV73.38112.5481.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 112 (44.14% from 255) = 67.47%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=4.82%
G=67.47%
B=27.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112460.9300.590.56141.9286.6723.53
Hex8702E5D03B388e5718
Octal10160561350737021612730
Binary100011100001011101011101011101111100010001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08702E; }

 p { color: rgb(8,112,46); }

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

<style>
 a { background-color: #08702E; }

 a { background-color: rgb(8,112,46); }

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

<style>
 span { border-color: #08702E; }

 span { border-color: rgb(8,112,46); }

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