Html Css Color HEX #08701E Crusoe

📋 copy color: '#08701E'

red 8 ◦ green 112 ◦ blue 30

#08701E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #08701E

Tints of Crusoe #08701E

RGB

 RED value IS 8 (3.52% from 255) = 5.33%

 GREEN value IS 112 (44.14% from 255) = 74.67%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 5.33%
G = 74.67%
B = 20%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#08701E (or 0x08701E) is known color: Crusoe. HEX triplet: 08, 70 and 1E. RGB value is (8,112,30). Sum of RGB (Red+Green+Blue) = 8+112+30=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #08701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08701E is #F78FE1. Grayscale: #474747. Windows color (decimal): -16224226 or 1994760. OLE color: 1994760.

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

Color convert

RGB 8 112 30 -
CMYK 0.93 0 0.73 0.56
HSL 132.69º 0.87% 0.24% -
HSV(B) 132.69º 0.93% 0.44% -
XYZ 6.13 11.73 3.17 -
YUV 71.56 104.54 82.67 -
System Red Green Blue C M Y K H S L
Decimal 8 112 30 0.93 0 0.73 0.56 132.69 0.87 0.24
Hex 8 70 1E 5D 0 49 38 85 57 18
Octal 10 160 36 135 0 111 70 205 127 30
Binary 1000 1110000 11110 1011101 0 1001001 111000 10000101 1010111 11000

Color Harmonies of #08701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08701E

Black with #08701E

Text Example


Text Example

White with #08701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08701E;
 }
 .AnyTagClassName
 {
   color: #08701E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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