Shades of Green #086616
Tints of Green #086616
RGB
CMYK
RGB Variations
Color information
#086616 (or 0x086616) is known color: Green. HEX triplet: 08, 66 and 16. RGB value is (8,102,22). Sum of RGB (Red+Green+Blue) = 8+102+22=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #086616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086616 is #F799E9. Grayscale: #414141. Windows color (decimal): -16226794 or 1467912. OLE color: 1467912.
HSL color Cylindrical-coordinate representation of color #086616: hue angle of 128.94º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086616 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 22 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.6 |
| HSL | 128.94º | 0.85% | 0.22% | - |
| HSV(B) | 128.94º | 0.92% | 0.4% | - |
| XYZ | 5 | 9.61 | 2.35 | - |
| YUV | 64.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 22 | 0.92 | 0 | 0.78 | 0.6 | 128.94 | 0.85 | 0.22 |
| Hex | 8 | 66 | 16 | 5C | 0 | 4E | 3C | 81 | 55 | 16 |
| Octal | 10 | 146 | 26 | 134 | 0 | 116 | 74 | 201 | 125 | 26 |
| Binary | 1000 | 1100110 | 10110 | 1011100 | 0 | 1001110 | 111100 | 10000001 | 1010101 | 10110 |
Color Harmonies of #086616
Complementary color
Monochromatic Colors of #086616
Black with #086616
Text Example
Text Example
White with #086616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086616; }
p { color: rgb(8,102,22); }
H1.HeaderClassName
{
color: #086616;
}
.AnyTagClassName
{
color: #086616;
}
</style>
background-color css
<style>
a { background-color: #086616; }
a { background-color: rgb(8,102,22); }
div.DivClassName
{
background-color: #086616;
}
.BgClassName
{
background-color: #086616;
}
</style>
border-color css
<style>
span { border-color: #086616; }
span { border-color: rgb(8,102,22); }
td.TdClassName
{
border-color: #086616;
}
.TagClassName
{
border-color: #086616;
}
</style>