Shades of Green #086F11
Tints of Green #086F11
RGB
CMYK
RGB Variations
Color information
#086F11 (or 0x086F11) is known color: Green. HEX triplet: 08, 6F and 11. RGB value is (8,111,17). Sum of RGB (Red+Green+Blue) = 8+111+17=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 111 (43.75% from 255 or 81.62% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 111 - color contains mainly: green. Hex color #086F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086F11 is #F790EE. Grayscale: #454545. Windows color (decimal): -16224495 or 1142536. OLE color: 1142536.
HSL color Cylindrical-coordinate representation of color #086F11: hue angle of 125.24º 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 #086F11 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 17 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.56 |
| HSL | 125.24º | 0.87% | 0.23% | - |
| HSV(B) | 125.24º | 0.93% | 0.44% | - |
| XYZ | 5.89 | 11.46 | 2.43 | - |
| YUV | 69.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 17 | 0.93 | 0 | 0.85 | 0.56 | 125.24 | 0.87 | 0.23 |
| Hex | 8 | 6F | 11 | 5D | 0 | 55 | 38 | 7D | 57 | 17 |
| Octal | 10 | 157 | 21 | 135 | 0 | 125 | 70 | 175 | 127 | 27 |
| Binary | 1000 | 1101111 | 10001 | 1011101 | 0 | 1010101 | 111000 | 1111101 | 1010111 | 10111 |
Color Harmonies of #086F11
Complementary color
Monochromatic Colors of #086F11
Black with #086F11
Text Example
Text Example
White with #086F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F11; }
p { color: rgb(8,111,17); }
H1.HeaderClassName
{
color: #086F11;
}
.AnyTagClassName
{
color: #086F11;
}
</style>
background-color css
<style>
a { background-color: #086F11; }
a { background-color: rgb(8,111,17); }
div.DivClassName
{
background-color: #086F11;
}
.BgClassName
{
background-color: #086F11;
}
</style>
border-color css
<style>
span { border-color: #086F11; }
span { border-color: rgb(8,111,17); }
td.TdClassName
{
border-color: #086F11;
}
.TagClassName
{
border-color: #086F11;
}
</style>