Shades of Forest Green #079525
Tints of Forest Green #079525
RGB
CMYK
RGB Variations
Color information
#079525 (or 0x079525) is known color: Forest Green. HEX triplet: 07, 95 and 25. RGB value is (7,149,37). Sum of RGB (Red+Green+Blue) = 7+149+37=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #079525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079525 is #F86ADA. Grayscale: #5E5E5E. Windows color (decimal): -16280283 or 2462983. OLE color: 2462983.
HSL color Cylindrical-coordinate representation of color #079525: hue angle of 132.68º 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 #079525 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 37 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.42 |
| HSL | 132.68º | 0.91% | 0.31% | - |
| HSV(B) | 132.68º | 0.95% | 0.58% | - |
| XYZ | 11.17 | 21.67 | 5.35 | - |
| YUV | 93.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 37 | 0.95 | 0 | 0.75 | 0.42 | 132.68 | 0.91 | 0.31 |
| Hex | 7 | 95 | 25 | 5F | 0 | 4B | 2A | 85 | 5B | 1F |
| Octal | 7 | 225 | 45 | 137 | 0 | 113 | 52 | 205 | 133 | 37 |
| Binary | 111 | 10010101 | 100101 | 1011111 | 0 | 1001011 | 101010 | 10000101 | 1011011 | 11111 |
Color Harmonies of #079525
Complementary color
Monochromatic Colors of #079525
Black with #079525
Text Example
Text Example
White with #079525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079525; }
p { color: rgb(7,149,37); }
H1.HeaderClassName
{
color: #079525;
}
.AnyTagClassName
{
color: #079525;
}
</style>
background-color css
<style>
a { background-color: #079525; }
a { background-color: rgb(7,149,37); }
div.DivClassName
{
background-color: #079525;
}
.BgClassName
{
background-color: #079525;
}
</style>
border-color css
<style>
span { border-color: #079525; }
span { border-color: rgb(7,149,37); }
td.TdClassName
{
border-color: #079525;
}
.TagClassName
{
border-color: #079525;
}
</style>