Html Css Color HEX #08722A Crusoe

📋 copy color: '#08722A'

red 8 ◦ green 114 ◦ blue 42

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

Shades of Crusoe #08722A

Tints of Crusoe #08722A

RGB

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

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

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

R = 4.88%
G = 69.51%
B = 25.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#08722A (or 0x08722A) is known color: Crusoe. HEX triplet: 08, 72 and 2A. RGB value is (8,114,42). Sum of RGB (Red+Green+Blue) = 8+114+42=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 114 (44.92% from 255 or 69.51% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 114 - color contains mainly: green. Hex color #08722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08722A is #F78DD5. Grayscale: #4A4A4A. Windows color (decimal): -16223702 or 2781704. OLE color: 2781704.

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

Color convert

RGB 8 114 42 -
CMYK 0.93 0 0.63 0.55
HSL 139.25º 0.87% 0.24% -
HSV(B) 139.25º 0.93% 0.45% -
XYZ 6.54 12.25 4.21 -
YUV 74.1 109.88 80.85 -
System Red Green Blue C M Y K H S L
Decimal 8 114 42 0.93 0 0.63 0.55 139.25 0.87 0.24
Hex 8 72 2A 5D 0 3F 37 8B 57 18
Octal 10 162 52 135 0 77 67 213 127 30
Binary 1000 1110010 101010 1011101 0 111111 110111 10001011 1010111 11000

Color Harmonies of #08722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08722A

Black with #08722A

Text Example


Text Example

White with #08722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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