Html Css Color HEX #08711E Crusoe

📋 copy color: '#08711E'

red 8 ◦ green 113 ◦ blue 30

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

Shades of Crusoe #08711E

Tints of Crusoe #08711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.83%

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

R = 5.3%
G = 74.83%
B = 19.87%

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

#08711E (or 0x08711E) is known color: Crusoe. HEX triplet: 08, 71 and 1E. RGB value is (8,113,30). Sum of RGB (Red+Green+Blue) = 8+113+30=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #08711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08711E is #F78EE1. Grayscale: #484848. Windows color (decimal): -16223970 or 1995016. OLE color: 1995016.

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

Color convert

RGB 8 113 30 -
CMYK 0.93 0 0.73 0.56
HSL 132.57º 0.87% 0.24% -
HSV(B) 132.57º 0.93% 0.44% -
XYZ 6.24 11.96 3.21 -
YUV 72.14 104.21 82.25 -
System Red Green Blue C M Y K H S L
Decimal 8 113 30 0.93 0 0.73 0.56 132.57 0.87 0.24
Hex 8 71 1E 5D 0 49 38 85 57 18
Octal 10 161 36 135 0 111 70 205 127 30
Binary 1000 1110001 11110 1011101 0 1001001 111000 10000101 1010111 11000

Color Harmonies of #08711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08711E

Black with #08711E

Text Example


Text Example

White with #08711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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