Shades of Forest Green #079425
Tints of Forest Green #079425
RGB
CMYK
RGB Variations
Color information
#079425 (or 0x079425) is known color: Forest Green. HEX triplet: 07, 94 and 25. RGB value is (7,148,37). Sum of RGB (Red+Green+Blue) = 7+148+37=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 148 (58.20% from 255 or 77.08% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 148 - color contains mainly: green. Hex color #079425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079425 is #F86BDA. Grayscale: #5D5D5D. Windows color (decimal): -16280539 or 2462727. OLE color: 2462727.
HSL color Cylindrical-coordinate representation of color #079425: hue angle of 132.77º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079425 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 37 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.42 |
| HSL | 132.77º | 0.91% | 0.3% | - |
| HSV(B) | 132.77º | 0.95% | 0.58% | - |
| XYZ | 11.01 | 21.36 | 5.29 | - |
| YUV | 93.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 37 | 0.95 | 0 | 0.75 | 0.42 | 132.77 | 0.91 | 0.3 |
| Hex | 7 | 94 | 25 | 5F | 0 | 4B | 2A | 85 | 5B | 1E |
| Octal | 7 | 224 | 45 | 137 | 0 | 113 | 52 | 205 | 133 | 36 |
| Binary | 111 | 10010100 | 100101 | 1011111 | 0 | 1001011 | 101010 | 10000101 | 1011011 | 11110 |
Color Harmonies of #079425
Complementary color
Monochromatic Colors of #079425
Black with #079425
Text Example
Text Example
White with #079425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079425; }
p { color: rgb(7,148,37); }
H1.HeaderClassName
{
color: #079425;
}
.AnyTagClassName
{
color: #079425;
}
</style>
background-color css
<style>
a { background-color: #079425; }
a { background-color: rgb(7,148,37); }
div.DivClassName
{
background-color: #079425;
}
.BgClassName
{
background-color: #079425;
}
</style>
border-color css
<style>
span { border-color: #079425; }
span { border-color: rgb(7,148,37); }
td.TdClassName
{
border-color: #079425;
}
.TagClassName
{
border-color: #079425;
}
</style>