Shades of Green #086610
Tints of Green #086610
RGB
CMYK
RGB Variations
Color information
#086610 (or 0x086610) is known color: Green. HEX triplet: 08, 66 and 10. RGB value is (8,102,16). Sum of RGB (Red+Green+Blue) = 8+102+16=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 102 (40.23% from 255 or 80.95% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 102 - color contains mainly: green. Hex color #086610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086610 is #F799EF. Grayscale: #404040. Windows color (decimal): -16226800 or 1074696. OLE color: 1074696.
HSL color Cylindrical-coordinate representation of color #086610: hue angle of 125.11º 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 #086610 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 16 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.6 |
| HSL | 125.11º | 0.85% | 0.22% | - |
| HSV(B) | 125.11º | 0.92% | 0.4% | - |
| XYZ | 4.95 | 9.59 | 2.08 | - |
| YUV | 64.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 16 | 0.92 | 0 | 0.84 | 0.6 | 125.11 | 0.85 | 0.22 |
| Hex | 8 | 66 | 10 | 5C | 0 | 54 | 3C | 7D | 55 | 16 |
| Octal | 10 | 146 | 20 | 134 | 0 | 124 | 74 | 175 | 125 | 26 |
| Binary | 1000 | 1100110 | 10000 | 1011100 | 0 | 1010100 | 111100 | 1111101 | 1010101 | 10110 |
Color Harmonies of #086610
Complementary color
Monochromatic Colors of #086610
Black with #086610
Text Example
Text Example
White with #086610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086610; }
p { color: rgb(8,102,16); }
H1.HeaderClassName
{
color: #086610;
}
.AnyTagClassName
{
color: #086610;
}
</style>
background-color css
<style>
a { background-color: #086610; }
a { background-color: rgb(8,102,16); }
div.DivClassName
{
background-color: #086610;
}
.BgClassName
{
background-color: #086610;
}
</style>
border-color css
<style>
span { border-color: #086610; }
span { border-color: rgb(8,102,16); }
td.TdClassName
{
border-color: #086610;
}
.TagClassName
{
border-color: #086610;
}
</style>