Html Css Color HEX #087222 Crusoe

📋 copy color: '#087222'

red 8 ◦ green 114 ◦ blue 34

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

Shades of Crusoe #087222

Tints of Crusoe #087222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.79%

R = 5.13%
G = 73.08%
B = 21.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#087222 (or 0x087222) is known color: Crusoe. HEX triplet: 08, 72 and 22. RGB value is (8,114,34). Sum of RGB (Red+Green+Blue) = 8+114+34=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #087222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087222 is #F78DDD. Grayscale: #494949. Windows color (decimal): -16223710 or 2257416. OLE color: 2257416.

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

Color convert

RGB 8 114 34 -
CMYK 0.93 0 0.70 0.55
HSL 134.72º 0.87% 0.24% -
HSV(B) 134.72º 0.93% 0.45% -
XYZ 6.41 12.2 3.53 -
YUV 73.19 105.88 81.5 -
System Red Green Blue C M Y K H S L
Decimal 8 114 34 0.93 0 0.70 0.55 134.72 0.87 0.24
Hex 8 72 22 5D 0 46 37 87 57 18
Octal 10 162 42 135 0 106 67 207 127 30
Binary 1000 1110010 100010 1011101 0 1000110 110111 10000111 1010111 11000

Color Harmonies of #087222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087222

Black with #087222

Text Example


Text Example

White with #087222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087222; }

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

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

background-color css

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

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

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

border-color css

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

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

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