Shades of Forest Green #098120
Tints of Forest Green #098120
RGB
CMYK
RGB Variations
Color information
#098120 (or 0x098120) is known color: Forest Green. HEX triplet: 09, 81 and 20. RGB value is (9,129,32). Sum of RGB (Red+Green+Blue) = 9+129+32=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #098120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098120 is #F67EDF. Grayscale: #525252. Windows color (decimal): -16154336 or 2130185. OLE color: 2130185.
HSL color Cylindrical-coordinate representation of color #098120: hue angle of 131.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098120 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 129 | 32 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.49 |
| HSL | 131.5º | 0.87% | 0.27% | - |
| HSV(B) | 131.5º | 0.93% | 0.51% | - |
| XYZ | 8.22 | 15.86 | 3.99 | - |
| YUV | 82.06 | 99.74 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 32 | 0.93 | 0 | 0.75 | 0.49 | 131.5 | 0.87 | 0.27 |
| Hex | 9 | 81 | 20 | 5D | 0 | 4B | 31 | 84 | 57 | 1B |
| Octal | 11 | 201 | 40 | 135 | 0 | 113 | 61 | 204 | 127 | 33 |
| Binary | 1001 | 10000001 | 100000 | 1011101 | 0 | 1001011 | 110001 | 10000100 | 1010111 | 11011 |
Color Harmonies of #098120
Complementary color
Monochromatic Colors of #098120
Black with #098120
Text Example
Text Example
White with #098120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098120; }
p { color: rgb(9,129,32); }
H1.HeaderClassName
{
color: #098120;
}
.AnyTagClassName
{
color: #098120;
}
</style>
background-color css
<style>
a { background-color: #098120; }
a { background-color: rgb(9,129,32); }
div.DivClassName
{
background-color: #098120;
}
.BgClassName
{
background-color: #098120;
}
</style>
border-color css
<style>
span { border-color: #098120; }
span { border-color: rgb(9,129,32); }
td.TdClassName
{
border-color: #098120;
}
.TagClassName
{
border-color: #098120;
}
</style>