Html Css Color HEX #08701C Crusoe

📋 copy color: '#08701C'

red 8 ◦ green 112 ◦ blue 28

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

Shades of Crusoe #08701C

Tints of Crusoe #08701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 5.41%
G = 75.68%
B = 18.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#08701C (or 0x08701C) is known color: Crusoe. HEX triplet: 08, 70 and 1C. RGB value is (8,112,28). Sum of RGB (Red+Green+Blue) = 8+112+28=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #08701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08701C is #F78FE3. Grayscale: #474747. Windows color (decimal): -16224228 or 1863688. OLE color: 1863688.

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

Color convert

RGB 8 112 28 -
CMYK 0.93 0 0.75 0.56
HSL 131.54º 0.87% 0.24% -
HSV(B) 131.54º 0.93% 0.44% -
XYZ 6.1 11.72 3.04 -
YUV 71.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 8 112 28 0.93 0 0.75 0.56 131.54 0.87 0.24
Hex 8 70 1C 5D 0 4B 38 84 57 18
Octal 10 160 34 135 0 113 70 204 127 30
Binary 1000 1110000 11100 1011101 0 1001011 111000 10000100 1010111 11000

Color Harmonies of #08701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08701C

Black with #08701C

Text Example


Text Example

White with #08701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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