Shades of Forest Green #079520
Tints of Forest Green #079520
RGB
CMYK
RGB Variations
Color information
#079520 (or 0x079520) is known color: Forest Green. HEX triplet: 07, 95 and 20. RGB value is (7,149,32). Sum of RGB (Red+Green+Blue) = 7+149+32=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 149 (58.59% from 255 or 79.26% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 149 - color contains mainly: green. Hex color #079520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079520 is #F86ADF. Grayscale: #5D5D5D. Windows color (decimal): -16280288 or 2135303. OLE color: 2135303.
HSL color Cylindrical-coordinate representation of color #079520: hue angle of 130.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079520 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 32 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.42 |
| HSL | 130.56º | 0.91% | 0.31% | - |
| HSV(B) | 130.56º | 0.95% | 0.58% | - |
| XYZ | 11.1 | 21.64 | 4.96 | - |
| YUV | 93.2 | 93.46 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 32 | 0.95 | 0 | 0.79 | 0.42 | 130.56 | 0.91 | 0.31 |
| Hex | 7 | 95 | 20 | 5F | 0 | 4F | 2A | 83 | 5B | 1F |
| Octal | 7 | 225 | 40 | 137 | 0 | 117 | 52 | 203 | 133 | 37 |
| Binary | 111 | 10010101 | 100000 | 1011111 | 0 | 1001111 | 101010 | 10000011 | 1011011 | 11111 |
Color Harmonies of #079520
Complementary color
Monochromatic Colors of #079520
Black with #079520
Text Example
Text Example
White with #079520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079520; }
p { color: rgb(7,149,32); }
H1.HeaderClassName
{
color: #079520;
}
.AnyTagClassName
{
color: #079520;
}
</style>
background-color css
<style>
a { background-color: #079520; }
a { background-color: rgb(7,149,32); }
div.DivClassName
{
background-color: #079520;
}
.BgClassName
{
background-color: #079520;
}
</style>
border-color css
<style>
span { border-color: #079520; }
span { border-color: rgb(7,149,32); }
td.TdClassName
{
border-color: #079520;
}
.TagClassName
{
border-color: #079520;
}
</style>