Shades of Green #086E11
Tints of Green #086E11
RGB
CMYK
RGB Variations
Color information
#086E11 (or 0x086E11) is known color: Green. HEX triplet: 08, 6E and 11. RGB value is (8,110,17). Sum of RGB (Red+Green+Blue) = 8+110+17=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 110 (43.36% from 255 or 81.48% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 110 - color contains mainly: green. Hex color #086E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086E11 is #F791EE. Grayscale: #454545. Windows color (decimal): -16224751 or 1142280. OLE color: 1142280.
HSL color Cylindrical-coordinate representation of color #086E11: hue angle of 125.29º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E11 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 110 | 17 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.57 |
| HSL | 125.29º | 0.86% | 0.23% | - |
| HSV(B) | 125.29º | 0.93% | 0.43% | - |
| XYZ | 5.78 | 11.24 | 2.4 | - |
| YUV | 68.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 17 | 0.93 | 0 | 0.85 | 0.57 | 125.29 | 0.86 | 0.23 |
| Hex | 8 | 6E | 11 | 5D | 0 | 55 | 39 | 7D | 56 | 17 |
| Octal | 10 | 156 | 21 | 135 | 0 | 125 | 71 | 175 | 126 | 27 |
| Binary | 1000 | 1101110 | 10001 | 1011101 | 0 | 1010101 | 111001 | 1111101 | 1010110 | 10111 |
Color Harmonies of #086E11
Complementary color
Monochromatic Colors of #086E11
Black with #086E11
Text Example
Text Example
White with #086E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086E11; }
p { color: rgb(8,110,17); }
H1.HeaderClassName
{
color: #086E11;
}
.AnyTagClassName
{
color: #086E11;
}
</style>
background-color css
<style>
a { background-color: #086E11; }
a { background-color: rgb(8,110,17); }
div.DivClassName
{
background-color: #086E11;
}
.BgClassName
{
background-color: #086E11;
}
</style>
border-color css
<style>
span { border-color: #086E11; }
span { border-color: rgb(8,110,17); }
td.TdClassName
{
border-color: #086E11;
}
.TagClassName
{
border-color: #086E11;
}
</style>