#086B11

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

Shades of Green #086B11

Tints of Green #086B11

Color information

#086B11 (or 0x086B11) is unknown color: approx Green. HEX triplet: 08, 6B and 11. RGB value is (8,107,17). Sum of RGB (Red+Green+Blue) = 8+107+17=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 107 (42.19% from 255 or 81.06% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 107 - color contains mainly: green. Hex color #086B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B11 is #F794EE. Grayscale: #434343. Windows color (decimal): -16225519 or 1141512. OLE color: 1141512.

HSL color Cylindrical-coordinate representation of color #086B11: hue angle of 125.45º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B11 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB810717-
CMYK0.9300.840.58
HSL125.45º86.09%22.55%-
HSV(B)125.45º92.52%41.96%-
XYZ5.4610.612.29-
YUV67.1499.785.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 107 (42.19% from 255) = 81.06%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=6.06%
G=81.06%
B=12.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107170.9300.840.58125.4586.0922.55
Hex86B115D0543A7d5617
Octal101532113501247217512627
Binary10001101011100011011101010101001110101111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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