#08702B

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

Shades of Crusoe #08702B

Tints of Crusoe #08702B

Color information

#08702B (or 0x08702B) is unknown color: approx Crusoe. HEX triplet: 08, 70 and 2B. RGB value is (8,112,43). Sum of RGB (Red+Green+Blue) = 8+112+43=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #08702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08702B is #F78FD4. Grayscale: #494949. Windows color (decimal): -16224213 or 2846728. OLE color: 2846728.

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

Color convert

RGB811243-
CMYK0.9300.620.56
HSL140.19º86.67%23.53%-
HSV(B)140.19º92.86%43.92%-
XYZ6.3311.814.23-
YUV73.04111.0481.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 112 (44.14% from 255) = 68.71%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=4.91%
G=68.71%
B=26.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112430.9300.620.56140.1986.6723.53
Hex8702B5D03E388c5718
Octal10160531350767021412730
Binary100011100001010111011101011111011100010001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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