Shades of Lima #7AB128
Tints of Lima #7AB128
RGB
CMYK
RGB Variations
Color information
#7AB128 (or 0x7AB128) is known color: Lima. HEX triplet: 7A, B1 and 28. RGB value is (122,177,40). Sum of RGB (Red+Green+Blue) = 122+177+40=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB128 is #854ED7. Grayscale: #919191. Windows color (decimal): -8736472 or 2666874. OLE color: 2666874.
HSL color Cylindrical-coordinate representation of color #7AB128: hue angle of 84.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AB128 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 40 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.31 |
| HSL | 84.09º | 0.63% | 0.43% | - |
| HSV(B) | 84.09º | 0.77% | 0.69% | - |
| XYZ | 24.13 | 35.74 | 7.63 | - |
| YUV | 144.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 40 | 0.31 | 0 | 0.77 | 0.31 | 84.09 | 0.63 | 0.43 |
| Hex | 7A | B1 | 28 | 1F | 0 | 4D | 1F | 54 | 3F | 2B |
| Octal | 172 | 261 | 50 | 37 | 0 | 115 | 37 | 124 | 77 | 53 |
| Binary | 1111010 | 10110001 | 101000 | 11111 | 0 | 1001101 | 11111 | 1010100 | 111111 | 101011 |
Color Harmonies of #7AB128
Complementary color
Monochromatic Colors of #7AB128
Black with #7AB128
Text Example
Text Example
White with #7AB128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB128; }
p { color: rgb(122,177,40); }
H1.HeaderClassName
{
color: #7AB128;
}
.AnyTagClassName
{
color: #7AB128;
}
</style>
background-color css
<style>
a { background-color: #7AB128; }
a { background-color: rgb(122,177,40); }
div.DivClassName
{
background-color: #7AB128;
}
.BgClassName
{
background-color: #7AB128;
}
</style>
border-color css
<style>
span { border-color: #7AB128; }
span { border-color: rgb(122,177,40); }
td.TdClassName
{
border-color: #7AB128;
}
.TagClassName
{
border-color: #7AB128;
}
</style>