Shades of Green #077A12
Tints of Green #077A12
RGB
CMYK
RGB Variations
Color information
#077A12 (or 0x077A12) is known color: Green. HEX triplet: 07, 7A and 12. RGB value is (7,122,18). Sum of RGB (Red+Green+Blue) = 7+122+18=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 122 (48.05% from 255 or 82.99% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 122 - color contains mainly: green. Hex color #077A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077A12 is #F885ED. Grayscale: #4C4C4C. Windows color (decimal): -16287214 or 1210887. OLE color: 1210887.
HSL color Cylindrical-coordinate representation of color #077A12: hue angle of 125.74º 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 #077A12 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 18 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.52 |
| HSL | 125.74º | 0.89% | 0.25% | - |
| HSV(B) | 125.74º | 0.94% | 0.48% | - |
| XYZ | 7.16 | 14.01 | 2.9 | - |
| YUV | 75.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 18 | 0.94 | 0 | 0.85 | 0.52 | 125.74 | 0.89 | 0.25 |
| Hex | 7 | 7A | 12 | 5E | 0 | 55 | 34 | 7E | 59 | 19 |
| Octal | 7 | 172 | 22 | 136 | 0 | 125 | 64 | 176 | 131 | 31 |
| Binary | 111 | 1111010 | 10010 | 1011110 | 0 | 1010101 | 110100 | 1111110 | 1011001 | 11001 |
Color Harmonies of #077A12
Complementary color
Monochromatic Colors of #077A12
Black with #077A12
Text Example
Text Example
White with #077A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A12; }
p { color: rgb(7,122,18); }
H1.HeaderClassName
{
color: #077A12;
}
.AnyTagClassName
{
color: #077A12;
}
</style>
background-color css
<style>
a { background-color: #077A12; }
a { background-color: rgb(7,122,18); }
div.DivClassName
{
background-color: #077A12;
}
.BgClassName
{
background-color: #077A12;
}
</style>
border-color css
<style>
span { border-color: #077A12; }
span { border-color: rgb(7,122,18); }
td.TdClassName
{
border-color: #077A12;
}
.TagClassName
{
border-color: #077A12;
}
</style>