Shades of Green #086F16
Tints of Green #086F16
RGB
CMYK
RGB Variations
Color information
#086F16 (or 0x086F16) is known color: Green. HEX triplet: 08, 6F and 16. RGB value is (8,111,22). Sum of RGB (Red+Green+Blue) = 8+111+22=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #086F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086F16 is #F790E9. Grayscale: #464646. Windows color (decimal): -16224490 or 1470216. OLE color: 1470216.
HSL color Cylindrical-coordinate representation of color #086F16: hue angle of 128.16º 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 #086F16 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 22 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.56 |
| HSL | 128.16º | 0.87% | 0.23% | - |
| HSV(B) | 128.16º | 0.93% | 0.44% | - |
| XYZ | 5.93 | 11.48 | 2.66 | - |
| YUV | 70.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 22 | 0.93 | 0 | 0.80 | 0.56 | 128.16 | 0.87 | 0.23 |
| Hex | 8 | 6F | 16 | 5D | 0 | 50 | 38 | 80 | 57 | 17 |
| Octal | 10 | 157 | 26 | 135 | 0 | 120 | 70 | 200 | 127 | 27 |
| Binary | 1000 | 1101111 | 10110 | 1011101 | 0 | 1010000 | 111000 | 10000000 | 1010111 | 10111 |
Color Harmonies of #086F16
Complementary color
Monochromatic Colors of #086F16
Black with #086F16
Text Example
Text Example
White with #086F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F16; }
p { color: rgb(8,111,22); }
H1.HeaderClassName
{
color: #086F16;
}
.AnyTagClassName
{
color: #086F16;
}
</style>
background-color css
<style>
a { background-color: #086F16; }
a { background-color: rgb(8,111,22); }
div.DivClassName
{
background-color: #086F16;
}
.BgClassName
{
background-color: #086F16;
}
</style>
border-color css
<style>
span { border-color: #086F16; }
span { border-color: rgb(8,111,22); }
td.TdClassName
{
border-color: #086F16;
}
.TagClassName
{
border-color: #086F16;
}
</style>