Shades of Lima #7AA022
Tints of Lima #7AA022
RGB
CMYK
RGB Variations
Color information
#7AA022 (or 0x7AA022) is known color: Lima. HEX triplet: 7A, A0 and 22. RGB value is (122,160,34). Sum of RGB (Red+Green+Blue) = 122+160+34=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA022 is #855FDD. Grayscale: #868686. Windows color (decimal): -8740830 or 2269306. OLE color: 2269306.
HSL color Cylindrical-coordinate representation of color #7AA022: hue angle of 78.1º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AA022 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 34 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.37 |
| HSL | 78.1º | 0.65% | 0.38% | - |
| HSV(B) | 78.1º | 0.79% | 0.63% | - |
| XYZ | 20.89 | 29.39 | 6.09 | - |
| YUV | 134.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 34 | 0.24 | 0 | 0.79 | 0.37 | 78.1 | 0.65 | 0.38 |
| Hex | 7A | A0 | 22 | 18 | 0 | 4F | 25 | 4E | 41 | 26 |
| Octal | 172 | 240 | 42 | 30 | 0 | 117 | 45 | 116 | 101 | 46 |
| Binary | 1111010 | 10100000 | 100010 | 11000 | 0 | 1001111 | 100101 | 1001110 | 1000001 | 100110 |
Color Harmonies of #7AA022
Complementary color
Monochromatic Colors of #7AA022
Black with #7AA022
Text Example
Text Example
White with #7AA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA022; }
p { color: rgb(122,160,34); }
H1.HeaderClassName
{
color: #7AA022;
}
.AnyTagClassName
{
color: #7AA022;
}
</style>
background-color css
<style>
a { background-color: #7AA022; }
a { background-color: rgb(122,160,34); }
div.DivClassName
{
background-color: #7AA022;
}
.BgClassName
{
background-color: #7AA022;
}
</style>
border-color css
<style>
span { border-color: #7AA022; }
span { border-color: rgb(122,160,34); }
td.TdClassName
{
border-color: #7AA022;
}
.TagClassName
{
border-color: #7AA022;
}
</style>