Shades of Green #077204
Tints of Green #077204
RGB
CMYK
RGB Variations
Color information
#077204 (or 0x077204) is known color: Green. HEX triplet: 07, 72 and 04. RGB value is (7,114,4). Sum of RGB (Red+Green+Blue) = 7+114+4=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 114 (44.92% from 255 or 91.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 114 - color contains mainly: green. Hex color #077204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077204 is #F88DFB. Grayscale: #454545. Windows color (decimal): -16289276 or 291335. OLE color: 291335.
HSL color Cylindrical-coordinate representation of color #077204: hue angle of 118.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077204 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.55 |
| HSL | 118.36º | 0.93% | 0.23% | - |
| HSV(B) | 118.36º | 0.96% | 0.45% | - |
| XYZ | 6.13 | 12.09 | 2.13 | - |
| YUV | 69.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 4 | 0.94 | 0 | 0.96 | 0.55 | 118.36 | 0.93 | 0.23 |
| Hex | 7 | 72 | 4 | 5E | 0 | 60 | 37 | 76 | 5D | 17 |
| Octal | 7 | 162 | 4 | 136 | 0 | 140 | 67 | 166 | 135 | 27 |
| Binary | 111 | 1110010 | 100 | 1011110 | 0 | 1100000 | 110111 | 1110110 | 1011101 | 10111 |
Color Harmonies of #077204
Complementary color
Monochromatic Colors of #077204
Black with #077204
Text Example
Text Example
White with #077204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077204; }
p { color: rgb(7,114,4); }
H1.HeaderClassName
{
color: #077204;
}
.AnyTagClassName
{
color: #077204;
}
</style>
background-color css
<style>
a { background-color: #077204; }
a { background-color: rgb(7,114,4); }
div.DivClassName
{
background-color: #077204;
}
.BgClassName
{
background-color: #077204;
}
</style>
border-color css
<style>
span { border-color: #077204; }
span { border-color: rgb(7,114,4); }
td.TdClassName
{
border-color: #077204;
}
.TagClassName
{
border-color: #077204;
}
</style>