Shades of Green #077E04
Tints of Green #077E04
RGB
CMYK
RGB Variations
Color information
#077E04 (or 0x077E04) is known color: Green. HEX triplet: 07, 7E and 04. RGB value is (7,126,4). Sum of RGB (Red+Green+Blue) = 7+126+4=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 126 (49.61% from 255 or 91.97% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 126 - color contains mainly: green. Hex color #077E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077E04 is #F881FB. Grayscale: #4C4C4C. Windows color (decimal): -16286204 or 294407. OLE color: 294407.
HSL color Cylindrical-coordinate representation of color #077E04: hue angle of 118.52º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077E04 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 4 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.51 |
| HSL | 118.52º | 0.94% | 0.25% | - |
| HSV(B) | 118.52º | 0.97% | 0.49% | - |
| XYZ | 7.57 | 14.98 | 2.61 | - |
| YUV | 76.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 4 | 0.94 | 0 | 0.97 | 0.51 | 118.52 | 0.94 | 0.25 |
| Hex | 7 | 7E | 4 | 5E | 0 | 61 | 33 | 77 | 5E | 19 |
| Octal | 7 | 176 | 4 | 136 | 0 | 141 | 63 | 167 | 136 | 31 |
| Binary | 111 | 1111110 | 100 | 1011110 | 0 | 1100001 | 110011 | 1110111 | 1011110 | 11001 |
Color Harmonies of #077E04
Complementary color
Monochromatic Colors of #077E04
Black with #077E04
Text Example
Text Example
White with #077E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E04; }
p { color: rgb(7,126,4); }
H1.HeaderClassName
{
color: #077E04;
}
.AnyTagClassName
{
color: #077E04;
}
</style>
background-color css
<style>
a { background-color: #077E04; }
a { background-color: rgb(7,126,4); }
div.DivClassName
{
background-color: #077E04;
}
.BgClassName
{
background-color: #077E04;
}
</style>
border-color css
<style>
span { border-color: #077E04; }
span { border-color: rgb(7,126,4); }
td.TdClassName
{
border-color: #077E04;
}
.TagClassName
{
border-color: #077E04;
}
</style>