Shades of Lima #7AA422
Tints of Lima #7AA422
RGB
CMYK
RGB Variations
Color information
#7AA422 (or 0x7AA422) is known color: Lima. HEX triplet: 7A, A4 and 22. RGB value is (122,164,34). Sum of RGB (Red+Green+Blue) = 122+164+34=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA422 is #855BDD. Grayscale: #898989. Windows color (decimal): -8739806 or 2270330. OLE color: 2270330.
HSL color Cylindrical-coordinate representation of color #7AA422: hue angle of 79.38º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AA422 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 34 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.36 |
| HSL | 79.38º | 0.66% | 0.39% | - |
| HSV(B) | 79.38º | 0.79% | 0.64% | - |
| XYZ | 21.59 | 30.8 | 6.32 | - |
| YUV | 136.62 | 70.09 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 34 | 0.26 | 0 | 0.79 | 0.36 | 79.38 | 0.66 | 0.39 |
| Hex | 7A | A4 | 22 | 1A | 0 | 4F | 24 | 4F | 42 | 27 |
| Octal | 172 | 244 | 42 | 32 | 0 | 117 | 44 | 117 | 102 | 47 |
| Binary | 1111010 | 10100100 | 100010 | 11010 | 0 | 1001111 | 100100 | 1001111 | 1000010 | 100111 |
Color Harmonies of #7AA422
Complementary color
Monochromatic Colors of #7AA422
Black with #7AA422
Text Example
Text Example
White with #7AA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA422; }
p { color: rgb(122,164,34); }
H1.HeaderClassName
{
color: #7AA422;
}
.AnyTagClassName
{
color: #7AA422;
}
</style>
background-color css
<style>
a { background-color: #7AA422; }
a { background-color: rgb(122,164,34); }
div.DivClassName
{
background-color: #7AA422;
}
.BgClassName
{
background-color: #7AA422;
}
</style>
border-color css
<style>
span { border-color: #7AA422; }
span { border-color: rgb(122,164,34); }
td.TdClassName
{
border-color: #7AA422;
}
.TagClassName
{
border-color: #7AA422;
}
</style>