Shades of Forest Green #078A20
Tints of Forest Green #078A20
RGB
CMYK
RGB Variations
Color information
#078A20 (or 0x078A20) is known color: Forest Green. HEX triplet: 07, 8A and 20. RGB value is (7,138,32). Sum of RGB (Red+Green+Blue) = 7+138+32=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 138 (54.30% from 255 or 77.97% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 138 - color contains mainly: green. Hex color #078A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A20 is #F875DF. Grayscale: #575757. Windows color (decimal): -16283104 or 2132487. OLE color: 2132487.
HSL color Cylindrical-coordinate representation of color #078A20: hue angle of 131.45º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A20 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 32 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.46 |
| HSL | 131.45º | 0.9% | 0.28% | - |
| HSV(B) | 131.45º | 0.95% | 0.54% | - |
| XYZ | 9.44 | 18.33 | 4.41 | - |
| YUV | 86.75 | 97.1 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 32 | 0.95 | 0 | 0.77 | 0.46 | 131.45 | 0.9 | 0.28 |
| Hex | 7 | 8A | 20 | 5F | 0 | 4D | 2E | 83 | 5A | 1C |
| Octal | 7 | 212 | 40 | 137 | 0 | 115 | 56 | 203 | 132 | 34 |
| Binary | 111 | 10001010 | 100000 | 1011111 | 0 | 1001101 | 101110 | 10000011 | 1011010 | 11100 |
Color Harmonies of #078A20
Complementary color
Monochromatic Colors of #078A20
Black with #078A20
Text Example
Text Example
White with #078A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A20; }
p { color: rgb(7,138,32); }
H1.HeaderClassName
{
color: #078A20;
}
.AnyTagClassName
{
color: #078A20;
}
</style>
background-color css
<style>
a { background-color: #078A20; }
a { background-color: rgb(7,138,32); }
div.DivClassName
{
background-color: #078A20;
}
.BgClassName
{
background-color: #078A20;
}
</style>
border-color css
<style>
span { border-color: #078A20; }
span { border-color: rgb(7,138,32); }
td.TdClassName
{
border-color: #078A20;
}
.TagClassName
{
border-color: #078A20;
}
</style>