Shades of Green #086D17
Tints of Green #086D17
RGB
CMYK
RGB Variations
Color information
#086D17 (or 0x086D17) is known color: Green. HEX triplet: 08, 6D and 17. RGB value is (8,109,23). Sum of RGB (Red+Green+Blue) = 8+109+23=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 109 (42.97% from 255 or 77.86% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 109 - color contains mainly: green. Hex color #086D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086D17 is #F792E8. Grayscale: #454545. Windows color (decimal): -16225001 or 1535240. OLE color: 1535240.
HSL color Cylindrical-coordinate representation of color #086D17: hue angle of 128.91º 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 #086D17 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 23 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.57 |
| HSL | 128.91º | 0.86% | 0.23% | - |
| HSV(B) | 128.91º | 0.93% | 0.43% | - |
| XYZ | 5.72 | 11.05 | 2.64 | - |
| YUV | 69 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 23 | 0.93 | 0 | 0.79 | 0.57 | 128.91 | 0.86 | 0.23 |
| Hex | 8 | 6D | 17 | 5D | 0 | 4F | 39 | 81 | 56 | 17 |
| Octal | 10 | 155 | 27 | 135 | 0 | 117 | 71 | 201 | 126 | 27 |
| Binary | 1000 | 1101101 | 10111 | 1011101 | 0 | 1001111 | 111001 | 10000001 | 1010110 | 10111 |
Color Harmonies of #086D17
Complementary color
Monochromatic Colors of #086D17
Black with #086D17
Text Example
Text Example
White with #086D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D17; }
p { color: rgb(8,109,23); }
H1.HeaderClassName
{
color: #086D17;
}
.AnyTagClassName
{
color: #086D17;
}
</style>
background-color css
<style>
a { background-color: #086D17; }
a { background-color: rgb(8,109,23); }
div.DivClassName
{
background-color: #086D17;
}
.BgClassName
{
background-color: #086D17;
}
</style>
border-color css
<style>
span { border-color: #086D17; }
span { border-color: rgb(8,109,23); }
td.TdClassName
{
border-color: #086D17;
}
.TagClassName
{
border-color: #086D17;
}
</style>