Html Css Color HEX #08701D Crusoe

📋 copy color: '#08701D'

red 8 ◦ green 112 ◦ blue 29

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

Shades of Crusoe #08701D

Tints of Crusoe #08701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 5.37%
G = 75.17%
B = 19.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#08701D (or 0x08701D) is known color: Crusoe. HEX triplet: 08, 70 and 1D. RGB value is (8,112,29). Sum of RGB (Red+Green+Blue) = 8+112+29=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #08701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08701D is #F78FE2. Grayscale: #474747. Windows color (decimal): -16224227 or 1929224. OLE color: 1929224.

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

Color convert

RGB 8 112 29 -
CMYK 0.93 0 0.74 0.56
HSL 132.12º 0.87% 0.24% -
HSV(B) 132.12º 0.93% 0.44% -
XYZ 6.12 11.73 3.1 -
YUV 71.44 104.04 82.75 -
System Red Green Blue C M Y K H S L
Decimal 8 112 29 0.93 0 0.74 0.56 132.12 0.87 0.24
Hex 8 70 1D 5D 0 4A 38 84 57 18
Octal 10 160 35 135 0 112 70 204 127 30
Binary 1000 1110000 11101 1011101 0 1001010 111000 10000100 1010111 11000

Color Harmonies of #08701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08701D

Black with #08701D

Text Example


Text Example

White with #08701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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