Shades of Green #077A11
Tints of Green #077A11
RGB
CMYK
RGB Variations
Color information
#077A11 (or 0x077A11) is known color: Green. HEX triplet: 07, 7A and 11. RGB value is (7,122,17). Sum of RGB (Red+Green+Blue) = 7+122+17=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 122 (48.05% from 255 or 83.56% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 122 - color contains mainly: green. Hex color #077A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077A11 is #F885EE. Grayscale: #4B4B4B. Windows color (decimal): -16287215 or 1145351. OLE color: 1145351.
HSL color Cylindrical-coordinate representation of color #077A11: hue angle of 125.22º 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 #077A11 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 17 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.52 |
| HSL | 125.22º | 0.89% | 0.25% | - |
| HSV(B) | 125.22º | 0.94% | 0.48% | - |
| XYZ | 7.15 | 14 | 2.86 | - |
| YUV | 75.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 17 | 0.94 | 0 | 0.86 | 0.52 | 125.22 | 0.89 | 0.25 |
| Hex | 7 | 7A | 11 | 5E | 0 | 56 | 34 | 7D | 59 | 19 |
| Octal | 7 | 172 | 21 | 136 | 0 | 126 | 64 | 175 | 131 | 31 |
| Binary | 111 | 1111010 | 10001 | 1011110 | 0 | 1010110 | 110100 | 1111101 | 1011001 | 11001 |
Color Harmonies of #077A11
Complementary color
Monochromatic Colors of #077A11
Black with #077A11
Text Example
Text Example
White with #077A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A11; }
p { color: rgb(7,122,17); }
H1.HeaderClassName
{
color: #077A11;
}
.AnyTagClassName
{
color: #077A11;
}
</style>
background-color css
<style>
a { background-color: #077A11; }
a { background-color: rgb(7,122,17); }
div.DivClassName
{
background-color: #077A11;
}
.BgClassName
{
background-color: #077A11;
}
</style>
border-color css
<style>
span { border-color: #077A11; }
span { border-color: rgb(7,122,17); }
td.TdClassName
{
border-color: #077A11;
}
.TagClassName
{
border-color: #077A11;
}
</style>