Shades of Green #086110
Tints of Green #086110
RGB
CMYK
RGB Variations
Color information
#086110 (or 0x086110) is known color: Green. HEX triplet: 08, 61 and 10. RGB value is (8,97,16). Sum of RGB (Red+Green+Blue) = 8+97+16=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 97 (38.28% from 255 or 80.17% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 97 - color contains mainly: green. Hex color #086110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086110 is #F79EEF. Grayscale: #3D3D3D. Windows color (decimal): -16228080 or 1073416. OLE color: 1073416.
HSL color Cylindrical-coordinate representation of color #086110: hue angle of 125.39º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086110 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 16 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.62 |
| HSL | 125.39º | 0.85% | 0.21% | - |
| HSV(B) | 125.39º | 0.92% | 0.38% | - |
| XYZ | 4.47 | 8.64 | 1.92 | - |
| YUV | 61.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 16 | 0.92 | 0 | 0.84 | 0.62 | 125.39 | 0.85 | 0.21 |
| Hex | 8 | 61 | 10 | 5C | 0 | 54 | 3E | 7D | 55 | 15 |
| Octal | 10 | 141 | 20 | 134 | 0 | 124 | 76 | 175 | 125 | 25 |
| Binary | 1000 | 1100001 | 10000 | 1011100 | 0 | 1010100 | 111110 | 1111101 | 1010101 | 10101 |
Color Harmonies of #086110
Complementary color
Monochromatic Colors of #086110
Black with #086110
Text Example
Text Example
White with #086110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086110; }
p { color: rgb(8,97,16); }
H1.HeaderClassName
{
color: #086110;
}
.AnyTagClassName
{
color: #086110;
}
</style>
background-color css
<style>
a { background-color: #086110; }
a { background-color: rgb(8,97,16); }
div.DivClassName
{
background-color: #086110;
}
.BgClassName
{
background-color: #086110;
}
</style>
border-color css
<style>
span { border-color: #086110; }
span { border-color: rgb(8,97,16); }
td.TdClassName
{
border-color: #086110;
}
.TagClassName
{
border-color: #086110;
}
</style>