Shades of Lima #7AA321
Tints of Lima #7AA321
RGB
CMYK
RGB Variations
Color information
#7AA321 (or 0x7AA321) is known color: Lima. HEX triplet: 7A, A3 and 21. RGB value is (122,163,33). Sum of RGB (Red+Green+Blue) = 122+163+33=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA321 is #855CDE. Grayscale: #888888. Windows color (decimal): -8740063 or 2204538. OLE color: 2204538.
HSL color Cylindrical-coordinate representation of color #7AA321: hue angle of 78.92º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AA321 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 33 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.36 |
| HSL | 78.92º | 0.66% | 0.38% | - |
| HSV(B) | 78.92º | 0.8% | 0.64% | - |
| XYZ | 21.4 | 30.44 | 6.19 | - |
| YUV | 135.92 | 69.92 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 33 | 0.25 | 0 | 0.80 | 0.36 | 78.92 | 0.66 | 0.38 |
| Hex | 7A | A3 | 21 | 19 | 0 | 50 | 24 | 4F | 42 | 26 |
| Octal | 172 | 243 | 41 | 31 | 0 | 120 | 44 | 117 | 102 | 46 |
| Binary | 1111010 | 10100011 | 100001 | 11001 | 0 | 1010000 | 100100 | 1001111 | 1000010 | 100110 |
Color Harmonies of #7AA321
Complementary color
Monochromatic Colors of #7AA321
Black with #7AA321
Text Example
Text Example
White with #7AA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA321; }
p { color: rgb(122,163,33); }
H1.HeaderClassName
{
color: #7AA321;
}
.AnyTagClassName
{
color: #7AA321;
}
</style>
background-color css
<style>
a { background-color: #7AA321; }
a { background-color: rgb(122,163,33); }
div.DivClassName
{
background-color: #7AA321;
}
.BgClassName
{
background-color: #7AA321;
}
</style>
border-color css
<style>
span { border-color: #7AA321; }
span { border-color: rgb(122,163,33); }
td.TdClassName
{
border-color: #7AA321;
}
.TagClassName
{
border-color: #7AA321;
}
</style>