Shades of Forest Green #078525
Tints of Forest Green #078525
RGB
CMYK
RGB Variations
Color information
#078525 (or 0x078525) is known color: Forest Green. HEX triplet: 07, 85 and 25. RGB value is (7,133,37). Sum of RGB (Red+Green+Blue) = 7+133+37=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #078525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078525 is #F87ADA. Grayscale: #545454. Windows color (decimal): -16284379 or 2458887. OLE color: 2458887.
HSL color Cylindrical-coordinate representation of color #078525: hue angle of 134.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078525 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 37 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.48 |
| HSL | 134.29º | 0.9% | 0.27% | - |
| HSV(B) | 134.29º | 0.95% | 0.52% | - |
| XYZ | 8.81 | 16.95 | 4.56 | - |
| YUV | 84.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 37 | 0.95 | 0 | 0.72 | 0.48 | 134.29 | 0.9 | 0.27 |
| Hex | 7 | 85 | 25 | 5F | 0 | 48 | 30 | 86 | 5A | 1B |
| Octal | 7 | 205 | 45 | 137 | 0 | 110 | 60 | 206 | 132 | 33 |
| Binary | 111 | 10000101 | 100101 | 1011111 | 0 | 1001000 | 110000 | 10000110 | 1011010 | 11011 |
Color Harmonies of #078525
Complementary color
Monochromatic Colors of #078525
Black with #078525
Text Example
Text Example
White with #078525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078525; }
p { color: rgb(7,133,37); }
H1.HeaderClassName
{
color: #078525;
}
.AnyTagClassName
{
color: #078525;
}
</style>
background-color css
<style>
a { background-color: #078525; }
a { background-color: rgb(7,133,37); }
div.DivClassName
{
background-color: #078525;
}
.BgClassName
{
background-color: #078525;
}
</style>
border-color css
<style>
span { border-color: #078525; }
span { border-color: rgb(7,133,37); }
td.TdClassName
{
border-color: #078525;
}
.TagClassName
{
border-color: #078525;
}
</style>