Shades of Green #086916
Tints of Green #086916
RGB
CMYK
RGB Variations
Color information
#086916 (or 0x086916) is known color: Green. HEX triplet: 08, 69 and 16. RGB value is (8,105,22). Sum of RGB (Red+Green+Blue) = 8+105+22=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 105 (41.41% from 255 or 77.78% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 105 - color contains mainly: green. Hex color #086916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086916 is #F796E9. Grayscale: #424242. Windows color (decimal): -16226026 or 1468680. OLE color: 1468680.
HSL color Cylindrical-coordinate representation of color #086916: hue angle of 128.66º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086916 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 22 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.59 |
| HSL | 128.66º | 0.86% | 0.22% | - |
| HSV(B) | 128.66º | 0.92% | 0.41% | - |
| XYZ | 5.3 | 10.21 | 2.45 | - |
| YUV | 66.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 22 | 0.92 | 0 | 0.79 | 0.59 | 128.66 | 0.86 | 0.22 |
| Hex | 8 | 69 | 16 | 5C | 0 | 4F | 3B | 81 | 56 | 16 |
| Octal | 10 | 151 | 26 | 134 | 0 | 117 | 73 | 201 | 126 | 26 |
| Binary | 1000 | 1101001 | 10110 | 1011100 | 0 | 1001111 | 111011 | 10000001 | 1010110 | 10110 |
Color Harmonies of #086916
Complementary color
Monochromatic Colors of #086916
Black with #086916
Text Example
Text Example
White with #086916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086916; }
p { color: rgb(8,105,22); }
H1.HeaderClassName
{
color: #086916;
}
.AnyTagClassName
{
color: #086916;
}
</style>
background-color css
<style>
a { background-color: #086916; }
a { background-color: rgb(8,105,22); }
div.DivClassName
{
background-color: #086916;
}
.BgClassName
{
background-color: #086916;
}
</style>
border-color css
<style>
span { border-color: #086916; }
span { border-color: rgb(8,105,22); }
td.TdClassName
{
border-color: #086916;
}
.TagClassName
{
border-color: #086916;
}
</style>