Shades of Forest Green #0A8719
Tints of Forest Green #0A8719
RGB
CMYK
RGB Variations
Color information
#0A8719 (or 0x0A8719) is known color: Forest Green. HEX triplet: 0A, 87 and 19. RGB value is (10,135,25). Sum of RGB (Red+Green+Blue) = 10+135+25=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 135 (53.12% from 255 or 79.41% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8719 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8719 is #F578E6. Grayscale: #555555. Windows color (decimal): -16087271 or 1672970. OLE color: 1672970.
HSL color Cylindrical-coordinate representation of color #0A8719: hue angle of 127.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8719 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 25 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.47 |
| HSL | 127.2º | 0.86% | 0.28% | - |
| HSV(B) | 127.2º | 0.93% | 0.53% | - |
| XYZ | 8.96 | 17.46 | 3.82 | - |
| YUV | 85.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 25 | 0.93 | 0 | 0.81 | 0.47 | 127.2 | 0.86 | 0.28 |
| Hex | A | 87 | 19 | 5D | 0 | 51 | 2F | 7F | 56 | 1C |
| Octal | 12 | 207 | 31 | 135 | 0 | 121 | 57 | 177 | 126 | 34 |
| Binary | 1010 | 10000111 | 11001 | 1011101 | 0 | 1010001 | 101111 | 1111111 | 1010110 | 11100 |
Color Harmonies of #0A8719
Complementary color
Monochromatic Colors of #0A8719
Black with #0A8719
Text Example
Text Example
White with #0A8719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8719; }
p { color: rgb(10,135,25); }
H1.HeaderClassName
{
color: #0A8719;
}
.AnyTagClassName
{
color: #0A8719;
}
</style>
background-color css
<style>
a { background-color: #0A8719; }
a { background-color: rgb(10,135,25); }
div.DivClassName
{
background-color: #0A8719;
}
.BgClassName
{
background-color: #0A8719;
}
</style>
border-color css
<style>
span { border-color: #0A8719; }
span { border-color: rgb(10,135,25); }
td.TdClassName
{
border-color: #0A8719;
}
.TagClassName
{
border-color: #0A8719;
}
</style>