Shades of Lima #7AAA22
Tints of Lima #7AAA22
RGB
CMYK
RGB Variations
Color information
#7AAA22 (or 0x7AAA22) is known color: Lima. HEX triplet: 7A, AA and 22. RGB value is (122,170,34). Sum of RGB (Red+Green+Blue) = 122+170+34=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA22 is #8555DD. Grayscale: #8C8C8C. Windows color (decimal): -8738270 or 2271866. OLE color: 2271866.
HSL color Cylindrical-coordinate representation of color #7AAA22: hue angle of 81.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AAA22 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 34 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.33 |
| HSL | 81.18º | 0.67% | 0.4% | - |
| HSV(B) | 81.18º | 0.8% | 0.67% | - |
| XYZ | 22.69 | 33 | 6.69 | - |
| YUV | 140.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 34 | 0.28 | 0 | 0.80 | 0.33 | 81.18 | 0.67 | 0.4 |
| Hex | 7A | AA | 22 | 1C | 0 | 50 | 21 | 51 | 43 | 28 |
| Octal | 172 | 252 | 42 | 34 | 0 | 120 | 41 | 121 | 103 | 50 |
| Binary | 1111010 | 10101010 | 100010 | 11100 | 0 | 1010000 | 100001 | 1010001 | 1000011 | 101000 |
Color Harmonies of #7AAA22
Complementary color
Monochromatic Colors of #7AAA22
Black with #7AAA22
Text Example
Text Example
White with #7AAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA22; }
p { color: rgb(122,170,34); }
H1.HeaderClassName
{
color: #7AAA22;
}
.AnyTagClassName
{
color: #7AAA22;
}
</style>
background-color css
<style>
a { background-color: #7AAA22; }
a { background-color: rgb(122,170,34); }
div.DivClassName
{
background-color: #7AAA22;
}
.BgClassName
{
background-color: #7AAA22;
}
</style>
border-color css
<style>
span { border-color: #7AAA22; }
span { border-color: rgb(122,170,34); }
td.TdClassName
{
border-color: #7AAA22;
}
.TagClassName
{
border-color: #7AAA22;
}
</style>