Shades of Green #0A8706
Tints of Green #0A8706
RGB
CMYK
RGB Variations
Color information
#0A8706 (or 0x0A8706) is known color: Green. HEX triplet: 0A, 87 and 06. RGB value is (10,135,6). Sum of RGB (Red+Green+Blue) = 10+135+6=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 135 (53.12% from 255 or 89.40% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8706 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8706 is #F578F9. Grayscale: #535353. Windows color (decimal): -16087290 or 427786. OLE color: 427786.
HSL color Cylindrical-coordinate representation of color #0A8706: hue angle of 118.14º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8706 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 6 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.47 |
| HSL | 118.14º | 0.91% | 0.28% | - |
| HSV(B) | 118.14º | 0.96% | 0.53% | - |
| XYZ | 8.82 | 17.41 | 3.07 | - |
| YUV | 82.92 | 84.59 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 6 | 0.93 | 0 | 0.96 | 0.47 | 118.14 | 0.91 | 0.28 |
| Hex | A | 87 | 6 | 5D | 0 | 60 | 2F | 76 | 5B | 1C |
| Octal | 12 | 207 | 6 | 135 | 0 | 140 | 57 | 166 | 133 | 34 |
| Binary | 1010 | 10000111 | 110 | 1011101 | 0 | 1100000 | 101111 | 1110110 | 1011011 | 11100 |
Color Harmonies of #0A8706
Complementary color
Monochromatic Colors of #0A8706
Black with #0A8706
Text Example
Text Example
White with #0A8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8706; }
p { color: rgb(10,135,6); }
H1.HeaderClassName
{
color: #0A8706;
}
.AnyTagClassName
{
color: #0A8706;
}
</style>
background-color css
<style>
a { background-color: #0A8706; }
a { background-color: rgb(10,135,6); }
div.DivClassName
{
background-color: #0A8706;
}
.BgClassName
{
background-color: #0A8706;
}
</style>
border-color css
<style>
span { border-color: #0A8706; }
span { border-color: rgb(10,135,6); }
td.TdClassName
{
border-color: #0A8706;
}
.TagClassName
{
border-color: #0A8706;
}
</style>