Shades of Green #077A18
Tints of Green #077A18
RGB
CMYK
RGB Variations
Color information
#077A18 (or 0x077A18) is known color: Green. HEX triplet: 07, 7A and 18. RGB value is (7,122,24). Sum of RGB (Red+Green+Blue) = 7+122+24=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 122 (48.05% from 255 or 79.74% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 122 - color contains mainly: green. Hex color #077A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077A18 is #F885E7. Grayscale: #4C4C4C. Windows color (decimal): -16287208 or 1604103. OLE color: 1604103.
HSL color Cylindrical-coordinate representation of color #077A18: hue angle of 128.87º 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 #077A18 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 24 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.52 |
| HSL | 128.87º | 0.89% | 0.25% | - |
| HSV(B) | 128.87º | 0.94% | 0.48% | - |
| XYZ | 7.21 | 14.03 | 3.19 | - |
| YUV | 76.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 24 | 0.94 | 0 | 0.80 | 0.52 | 128.87 | 0.89 | 0.25 |
| Hex | 7 | 7A | 18 | 5E | 0 | 50 | 34 | 81 | 59 | 19 |
| Octal | 7 | 172 | 30 | 136 | 0 | 120 | 64 | 201 | 131 | 31 |
| Binary | 111 | 1111010 | 11000 | 1011110 | 0 | 1010000 | 110100 | 10000001 | 1011001 | 11001 |
Color Harmonies of #077A18
Complementary color
Monochromatic Colors of #077A18
Black with #077A18
Text Example
Text Example
White with #077A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A18; }
p { color: rgb(7,122,24); }
H1.HeaderClassName
{
color: #077A18;
}
.AnyTagClassName
{
color: #077A18;
}
</style>
background-color css
<style>
a { background-color: #077A18; }
a { background-color: rgb(7,122,24); }
div.DivClassName
{
background-color: #077A18;
}
.BgClassName
{
background-color: #077A18;
}
</style>
border-color css
<style>
span { border-color: #077A18; }
span { border-color: rgb(7,122,24); }
td.TdClassName
{
border-color: #077A18;
}
.TagClassName
{
border-color: #077A18;
}
</style>