Html Css Color HEX #08712A Crusoe

📋 copy color: '#08712A'

red 8 ◦ green 113 ◦ blue 42

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

Shades of Crusoe #08712A

Tints of Crusoe #08712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 4.91%
G = 69.33%
B = 25.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#08712A (or 0x08712A) is known color: Crusoe. HEX triplet: 08, 71 and 2A. RGB value is (8,113,42). Sum of RGB (Red+Green+Blue) = 8+113+42=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #08712A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08712A is #F78ED5. Grayscale: #494949. Windows color (decimal): -16223958 or 2781448. OLE color: 2781448.

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

Color convert

RGB 8 113 42 -
CMYK 0.93 0 0.63 0.56
HSL 139.43º 0.87% 0.24% -
HSV(B) 139.43º 0.93% 0.44% -
XYZ 6.42 12.03 4.17 -
YUV 73.51 110.21 81.27 -
System Red Green Blue C M Y K H S L
Decimal 8 113 42 0.93 0 0.63 0.56 139.43 0.87 0.24
Hex 8 71 2A 5D 0 3F 38 8B 57 18
Octal 10 161 52 135 0 77 70 213 127 30
Binary 1000 1110001 101010 1011101 0 111111 111000 10001011 1010111 11000

Color Harmonies of #08712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08712A

Black with #08712A

Text Example


Text Example

White with #08712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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