#086F20

Color #086F20 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #086F20

Tints of Crusoe #086F20

Color information

#086F20 (or 0x086F20) is unknown color: approx Crusoe. HEX triplet: 08, 6F and 20. RGB value is (8,111,32). Sum of RGB (Red+Green+Blue) = 8+111+32=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 111 (43.75% from 255 or 73.51% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 111 - color contains mainly: green. Hex color #086F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F20 is #F790DF. Grayscale: #474747. Windows color (decimal): -16224480 or 2125576. OLE color: 2125576.

HSL color Cylindrical-coordinate representation of color #086F20: hue angle of 133.98º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F20 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB811132-
CMYK0.9300.710.56
HSL133.98º86.55%23.33%-
HSV(B)133.98º92.79%43.53%-
XYZ6.0511.523.27-
YUV71.2105.8882.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 111 (43.75% from 255) = 73.51%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=5.30%
G=73.51%
B=21.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111320.9300.710.56133.9886.5523.33
Hex86F205D04738865717
Octal101574013501077020612727
Binary1000110111110000010111010100011111100010000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086F20; }

 p { color: rgb(8,111,32); }

 H1.HeaderClassName
 {
   color: #086F20;
 }
 .AnyTagClassName
 {
   color: #086F20;
 }
</style>
background-color css

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

 a { background-color: rgb(8,111,32); }

 div.DivClassName
 {
   background-color: #086F20;
 }
 .BgClassName
 {
   background-color: #086F20;
 }
</style>
border-color css

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

 span { border-color: rgb(8,111,32); }

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