#086020

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

Shades of Crusoe #086020

Tints of Crusoe #086020

Color information

#086020 (or 0x086020) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 20. RGB value is (8,96,32). Sum of RGB (Red+Green+Blue) = 8+96+32=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #086020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086020 is #F79FDF. Grayscale: #3E3E3E. Windows color (decimal): -16228320 or 2121736. OLE color: 2121736.

HSL color Cylindrical-coordinate representation of color #086020: hue angle of 136.36º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086020 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB89632-
CMYK0.9200.670.62
HSL136.36º84.62%20.39%-
HSV(B)136.36º91.67%37.65%-
XYZ4.548.522.77-
YUV62.39110.8589.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 96 (37.89% from 255) = 70.59%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=5.88%
G=70.59%
B=23.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896320.9200.670.62136.3684.6220.39
Hex860205C0433E885514
Octal101404013401037621012524
Binary1000110000010000010111000100001111111010001000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086020; }

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

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

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

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

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

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

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

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