#086011

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

Shades of Green #086011

Tints of Green #086011

Color information

#086011 (or 0x086011) is unknown color: approx Green. HEX triplet: 08, 60 and 11. RGB value is (8,96,17). Sum of RGB (Red+Green+Blue) = 8+96+17=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #086011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086011 is #F79FEE. Grayscale: #3C3C3C. Windows color (decimal): -16228335 or 1138696. OLE color: 1138696.

HSL color Cylindrical-coordinate representation of color #086011: hue angle of 126.14º 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 #086011 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB89617-
CMYK0.9200.820.62
HSL126.14º84.62%20.39%-
HSV(B)126.14º91.67%37.65%-
XYZ4.388.461.93-
YUV60.68103.3590.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 96 (37.89% from 255) = 79.34%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=6.61%
G=79.34%
B=14.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896170.9200.820.62126.1484.6220.39
Hex860115C0523E7e5514
Octal101402113401227617612524
Binary10001100000100011011100010100101111101111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086011; }

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

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

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

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

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

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

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

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