Html Css Color HEX #08712F Crusoe

📋 copy color: '#08712F'

red 8 ◦ green 113 ◦ blue 47

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

Shades of Crusoe #08712F

Tints of Crusoe #08712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 4.76%
G = 67.26%
B = 27.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#08712F (or 0x08712F) is known color: Crusoe. HEX triplet: 08, 71 and 2F. RGB value is (8,113,47). Sum of RGB (Red+Green+Blue) = 8+113+47=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 113 (44.53% from 255 or 67.26% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 113 - color contains mainly: green. Hex color #08712F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08712F is #F78ED0. Grayscale: #4A4A4A. Windows color (decimal): -16223953 or 3109128. OLE color: 3109128.

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

Color convert

RGB 8 113 47 -
CMYK 0.93 0 0.58 0.56
HSL 142.29º 0.87% 0.24% -
HSV(B) 142.29º 0.93% 0.44% -
XYZ 6.52 12.07 4.67 -
YUV 74.08 112.71 80.87 -
System Red Green Blue C M Y K H S L
Decimal 8 113 47 0.93 0 0.58 0.56 142.29 0.87 0.24
Hex 8 71 2F 5D 0 3A 38 8E 57 18
Octal 10 161 57 135 0 72 70 216 127 30
Binary 1000 1110001 101111 1011101 0 111010 111000 10001110 1010111 11000

Color Harmonies of #08712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08712F

Black with #08712F

Text Example


Text Example

White with #08712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08712F; }

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

 H1.HeaderClassName
 {
   color: #08712F;
 }
 .AnyTagClassName
 {
   color: #08712F;
 }
</style>

background-color css

<style>
 a { background-color: #08712F; }

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

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

border-color css

<style>
 span { border-color: #08712F; }

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

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