Shades of Green #077A00
Tints of Green #077A00
RGB
CMYK
RGB Variations
Color information
#077A00 (or 0x077A00) is known color: Green. HEX triplet: 07, 7A and 00. RGB value is (7,122,0). Sum of RGB (Red+Green+Blue) = 7+122+0=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 122 (48.05% from 255 or 94.57% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 122 - color contains mainly: green. Hex color #077A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077A00 is #F885FF. Grayscale: #4A4A4A. Windows color (decimal): -16287232 or 31239. OLE color: 31239.
HSL color Cylindrical-coordinate representation of color #077A00: hue angle of 116.56º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #077A00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.52 |
| HSL | 116.56º | 1% | 0.24% | - |
| HSV(B) | 116.56º | 1% | 0.48% | - |
| XYZ | 7.05 | 13.96 | 2.32 | - |
| YUV | 73.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 0 | 0.94 | 0 | 1 | 0.52 | 116.56 | 1 | 0.24 |
| Hex | 7 | 7A | 0 | 5E | 0 | 64 | 34 | 75 | 64 | 18 |
| Octal | 7 | 172 | 0 | 136 | 0 | 144 | 64 | 165 | 144 | 30 |
| Binary | 111 | 1111010 | 0 | 1011110 | 0 | 1100100 | 110100 | 1110101 | 1100100 | 11000 |
Color Harmonies of #077A00
Complementary color
Monochromatic Colors of #077A00
Black with #077A00
Text Example
Text Example
White with #077A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A00; }
p { color: rgb(7,122,0); }
H1.HeaderClassName
{
color: #077A00;
}
.AnyTagClassName
{
color: #077A00;
}
</style>
background-color css
<style>
a { background-color: #077A00; }
a { background-color: rgb(7,122,0); }
div.DivClassName
{
background-color: #077A00;
}
.BgClassName
{
background-color: #077A00;
}
</style>
border-color css
<style>
span { border-color: #077A00; }
span { border-color: rgb(7,122,0); }
td.TdClassName
{
border-color: #077A00;
}
.TagClassName
{
border-color: #077A00;
}
</style>