Shades of Lima #7AA619
Tints of Lima #7AA619
RGB
CMYK
RGB Variations
Color information
#7AA619 (or 0x7AA619) is known color: Lima. HEX triplet: 7A, A6 and 19. RGB value is (122,166,25). Sum of RGB (Red+Green+Blue) = 122+166+25=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA619 is #8559E6. Grayscale: #898989. Windows color (decimal): -8739303 or 1681018. OLE color: 1681018.
HSL color Cylindrical-coordinate representation of color #7AA619: hue angle of 78.72º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AA619 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 25 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.35 |
| HSL | 78.72º | 0.74% | 0.37% | - |
| HSV(B) | 78.72º | 0.85% | 0.65% | - |
| XYZ | 21.84 | 31.48 | 5.85 | - |
| YUV | 136.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 25 | 0.27 | 0 | 0.85 | 0.35 | 78.72 | 0.74 | 0.37 |
| Hex | 7A | A6 | 19 | 1B | 0 | 55 | 23 | 4F | 4A | 25 |
| Octal | 172 | 246 | 31 | 33 | 0 | 125 | 43 | 117 | 112 | 45 |
| Binary | 1111010 | 10100110 | 11001 | 11011 | 0 | 1010101 | 100011 | 1001111 | 1001010 | 100101 |
Color Harmonies of #7AA619
Complementary color
Monochromatic Colors of #7AA619
Black with #7AA619
Text Example
Text Example
White with #7AA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA619; }
p { color: rgb(122,166,25); }
H1.HeaderClassName
{
color: #7AA619;
}
.AnyTagClassName
{
color: #7AA619;
}
</style>
background-color css
<style>
a { background-color: #7AA619; }
a { background-color: rgb(122,166,25); }
div.DivClassName
{
background-color: #7AA619;
}
.BgClassName
{
background-color: #7AA619;
}
</style>
border-color css
<style>
span { border-color: #7AA619; }
span { border-color: rgb(122,166,25); }
td.TdClassName
{
border-color: #7AA619;
}
.TagClassName
{
border-color: #7AA619;
}
</style>