Shades of Forest Green #077A20
Tints of Forest Green #077A20
RGB
CMYK
RGB Variations
Color information
#077A20 (or 0x077A20) is known color: Forest Green. HEX triplet: 07, 7A and 20. RGB value is (7,122,32). Sum of RGB (Red+Green+Blue) = 7+122+32=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 122 (48.05% from 255 or 75.78% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 122 - color contains mainly: green. Hex color #077A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A20 is #F885DF. Grayscale: #4D4D4D. Windows color (decimal): -16287200 or 2128391. OLE color: 2128391.
HSL color Cylindrical-coordinate representation of color #077A20: hue angle of 133.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A20 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 32 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.52 |
| HSL | 133.04º | 0.89% | 0.25% | - |
| HSV(B) | 133.04º | 0.94% | 0.48% | - |
| XYZ | 7.31 | 14.07 | 3.7 | - |
| YUV | 77.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 32 | 0.94 | 0 | 0.74 | 0.52 | 133.04 | 0.89 | 0.25 |
| Hex | 7 | 7A | 20 | 5E | 0 | 4A | 34 | 85 | 59 | 19 |
| Octal | 7 | 172 | 40 | 136 | 0 | 112 | 64 | 205 | 131 | 31 |
| Binary | 111 | 1111010 | 100000 | 1011110 | 0 | 1001010 | 110100 | 10000101 | 1011001 | 11001 |
Color Harmonies of #077A20
Complementary color
Monochromatic Colors of #077A20
Black with #077A20
Text Example
Text Example
White with #077A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A20; }
p { color: rgb(7,122,32); }
H1.HeaderClassName
{
color: #077A20;
}
.AnyTagClassName
{
color: #077A20;
}
</style>
background-color css
<style>
a { background-color: #077A20; }
a { background-color: rgb(7,122,32); }
div.DivClassName
{
background-color: #077A20;
}
.BgClassName
{
background-color: #077A20;
}
</style>
border-color css
<style>
span { border-color: #077A20; }
span { border-color: rgb(7,122,32); }
td.TdClassName
{
border-color: #077A20;
}
.TagClassName
{
border-color: #077A20;
}
</style>