Shades of Forest Green #078527
Tints of Forest Green #078527
RGB
CMYK
RGB Variations
Color information
#078527 (or 0x078527) is known color: Forest Green. HEX triplet: 07, 85 and 27. RGB value is (7,133,39). Sum of RGB (Red+Green+Blue) = 7+133+39=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #078527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078527 is #F87AD8. Grayscale: #545454. Windows color (decimal): -16284377 or 2589959. OLE color: 2589959.
HSL color Cylindrical-coordinate representation of color #078527: hue angle of 135.24º 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 #078527 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 39 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.48 |
| HSL | 135.24º | 0.9% | 0.27% | - |
| HSV(B) | 135.24º | 0.95% | 0.52% | - |
| XYZ | 8.84 | 16.97 | 4.73 | - |
| YUV | 84.61 | 102.26 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 39 | 0.95 | 0 | 0.71 | 0.48 | 135.24 | 0.9 | 0.27 |
| Hex | 7 | 85 | 27 | 5F | 0 | 47 | 30 | 87 | 5A | 1B |
| Octal | 7 | 205 | 47 | 137 | 0 | 107 | 60 | 207 | 132 | 33 |
| Binary | 111 | 10000101 | 100111 | 1011111 | 0 | 1000111 | 110000 | 10000111 | 1011010 | 11011 |
Color Harmonies of #078527
Complementary color
Monochromatic Colors of #078527
Black with #078527
Text Example
Text Example
White with #078527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078527; }
p { color: rgb(7,133,39); }
H1.HeaderClassName
{
color: #078527;
}
.AnyTagClassName
{
color: #078527;
}
</style>
background-color css
<style>
a { background-color: #078527; }
a { background-color: rgb(7,133,39); }
div.DivClassName
{
background-color: #078527;
}
.BgClassName
{
background-color: #078527;
}
</style>
border-color css
<style>
span { border-color: #078527; }
span { border-color: rgb(7,133,39); }
td.TdClassName
{
border-color: #078527;
}
.TagClassName
{
border-color: #078527;
}
</style>