Html Css Color HEX #08721E Crusoe

📋 copy color: '#08721E'

red 8 ◦ green 114 ◦ blue 30

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

Shades of Crusoe #08721E

Tints of Crusoe #08721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75%

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

R = 5.26%
G = 75%
B = 19.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#08721E (or 0x08721E) is known color: Crusoe. HEX triplet: 08, 72 and 1E. RGB value is (8,114,30). Sum of RGB (Red+Green+Blue) = 8+114+30=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #08721E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08721E is #F78DE1. Grayscale: #484848. Windows color (decimal): -16223714 or 1995272. OLE color: 1995272.

HSL color Cylindrical-coordinate representation of color #08721E: hue angle of 132.45º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08721E is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 30 -
CMYK 0.93 0 0.74 0.55
HSL 132.45º 0.87% 0.24% -
HSV(B) 132.45º 0.93% 0.45% -
XYZ 6.35 12.18 3.24 -
YUV 72.73 103.88 81.83 -
System Red Green Blue C M Y K H S L
Decimal 8 114 30 0.93 0 0.74 0.55 132.45 0.87 0.24
Hex 8 72 1E 5D 0 4A 37 84 57 18
Octal 10 162 36 135 0 112 67 204 127 30
Binary 1000 1110010 11110 1011101 0 1001010 110111 10000100 1010111 11000

Color Harmonies of #08721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08721E

Black with #08721E

Text Example


Text Example

White with #08721E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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