Shades of Green #077A0E
Tints of Green #077A0E
RGB
CMYK
RGB Variations
Color information
#077A0E (or 0x077A0E) is known color: Green. HEX triplet: 07, 7A and 0E. RGB value is (7,122,14). Sum of RGB (Red+Green+Blue) = 7+122+14=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 122 (48.05% from 255 or 85.31% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 122 - color contains mainly: green. Hex color #077A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077A0E is #F885F1. Grayscale: #4B4B4B. Windows color (decimal): -16287218 or 948743. OLE color: 948743.
HSL color Cylindrical-coordinate representation of color #077A0E: hue angle of 123.65º 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 #077A0E is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 14 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.52 |
| HSL | 123.65º | 0.89% | 0.25% | - |
| HSV(B) | 123.65º | 0.94% | 0.48% | - |
| XYZ | 7.13 | 14 | 2.74 | - |
| YUV | 75.3 | 93.4 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 14 | 0.94 | 0 | 0.89 | 0.52 | 123.65 | 0.89 | 0.25 |
| Hex | 7 | 7A | E | 5E | 0 | 59 | 34 | 7C | 59 | 19 |
| Octal | 7 | 172 | 16 | 136 | 0 | 131 | 64 | 174 | 131 | 31 |
| Binary | 111 | 1111010 | 1110 | 1011110 | 0 | 1011001 | 110100 | 1111100 | 1011001 | 11001 |
Color Harmonies of #077A0E
Complementary color
Monochromatic Colors of #077A0E
Black with #077A0E
Text Example
Text Example
White with #077A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A0E; }
p { color: rgb(7,122,14); }
H1.HeaderClassName
{
color: #077A0E;
}
.AnyTagClassName
{
color: #077A0E;
}
</style>
background-color css
<style>
a { background-color: #077A0E; }
a { background-color: rgb(7,122,14); }
div.DivClassName
{
background-color: #077A0E;
}
.BgClassName
{
background-color: #077A0E;
}
</style>
border-color css
<style>
span { border-color: #077A0E; }
span { border-color: rgb(7,122,14); }
td.TdClassName
{
border-color: #077A0E;
}
.TagClassName
{
border-color: #077A0E;
}
</style>