Shades of Forest Green #078529
Tints of Forest Green #078529
RGB
CMYK
RGB Variations
Color information
#078529 (or 0x078529) is known color: Forest Green. HEX triplet: 07, 85 and 29. RGB value is (7,133,41). Sum of RGB (Red+Green+Blue) = 7+133+41=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #078529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078529 is #F87AD6. Grayscale: #555555. Windows color (decimal): -16284375 or 2721031. OLE color: 2721031.
HSL color Cylindrical-coordinate representation of color #078529: hue angle of 136.19º 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 #078529 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 41 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.48 |
| HSL | 136.19º | 0.9% | 0.27% | - |
| HSV(B) | 136.19º | 0.95% | 0.52% | - |
| XYZ | 8.88 | 16.98 | 4.91 | - |
| YUV | 84.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 41 | 0.95 | 0 | 0.69 | 0.48 | 136.19 | 0.9 | 0.27 |
| Hex | 7 | 85 | 29 | 5F | 0 | 45 | 30 | 88 | 5A | 1B |
| Octal | 7 | 205 | 51 | 137 | 0 | 105 | 60 | 210 | 132 | 33 |
| Binary | 111 | 10000101 | 101001 | 1011111 | 0 | 1000101 | 110000 | 10001000 | 1011010 | 11011 |
Color Harmonies of #078529
Complementary color
Monochromatic Colors of #078529
Black with #078529
Text Example
Text Example
White with #078529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078529; }
p { color: rgb(7,133,41); }
H1.HeaderClassName
{
color: #078529;
}
.AnyTagClassName
{
color: #078529;
}
</style>
background-color css
<style>
a { background-color: #078529; }
a { background-color: rgb(7,133,41); }
div.DivClassName
{
background-color: #078529;
}
.BgClassName
{
background-color: #078529;
}
</style>
border-color css
<style>
span { border-color: #078529; }
span { border-color: rgb(7,133,41); }
td.TdClassName
{
border-color: #078529;
}
.TagClassName
{
border-color: #078529;
}
</style>