Shades of Lima #7AAB19
Tints of Lima #7AAB19
RGB
CMYK
RGB Variations
Color information
#7AAB19 (or 0x7AAB19) is known color: Lima. HEX triplet: 7A, AB and 19. RGB value is (122,171,25). Sum of RGB (Red+Green+Blue) = 122+171+25=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAB19 is #8554E6. Grayscale: #8C8C8C. Windows color (decimal): -8738023 or 1682298. OLE color: 1682298.
HSL color Cylindrical-coordinate representation of color #7AAB19: hue angle of 80.14º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AAB19 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 25 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.33 |
| HSL | 80.14º | 0.74% | 0.38% | - |
| HSV(B) | 80.14º | 0.85% | 0.67% | - |
| XYZ | 22.76 | 33.33 | 6.15 | - |
| YUV | 139.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 25 | 0.29 | 0 | 0.85 | 0.33 | 80.14 | 0.74 | 0.38 |
| Hex | 7A | AB | 19 | 1D | 0 | 55 | 21 | 50 | 4A | 26 |
| Octal | 172 | 253 | 31 | 35 | 0 | 125 | 41 | 120 | 112 | 46 |
| Binary | 1111010 | 10101011 | 11001 | 11101 | 0 | 1010101 | 100001 | 1010000 | 1001010 | 100110 |
Color Harmonies of #7AAB19
Complementary color
Monochromatic Colors of #7AAB19
Black with #7AAB19
Text Example
Text Example
White with #7AAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB19; }
p { color: rgb(122,171,25); }
H1.HeaderClassName
{
color: #7AAB19;
}
.AnyTagClassName
{
color: #7AAB19;
}
</style>
background-color css
<style>
a { background-color: #7AAB19; }
a { background-color: rgb(122,171,25); }
div.DivClassName
{
background-color: #7AAB19;
}
.BgClassName
{
background-color: #7AAB19;
}
</style>
border-color css
<style>
span { border-color: #7AAB19; }
span { border-color: rgb(122,171,25); }
td.TdClassName
{
border-color: #7AAB19;
}
.TagClassName
{
border-color: #7AAB19;
}
</style>