Shades of Lima #7AA514
Tints of Lima #7AA514
RGB
CMYK
RGB Variations
Color information
#7AA514 (or 0x7AA514) is known color: Lima. HEX triplet: 7A, A5 and 14. RGB value is (122,165,20). Sum of RGB (Red+Green+Blue) = 122+165+20=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 165 (64.84% from 255 or 53.75% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA514 is #855AEB. Grayscale: #888888. Windows color (decimal): -8739564 or 1353082. OLE color: 1353082.
HSL color Cylindrical-coordinate representation of color #7AA514: hue angle of 77.79º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AA514 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 20 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.35 |
| HSL | 77.79º | 0.78% | 0.36% | - |
| HSV(B) | 77.79º | 0.88% | 0.65% | - |
| XYZ | 21.61 | 31.1 | 5.53 | - |
| YUV | 135.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 20 | 0.26 | 0 | 0.88 | 0.35 | 77.79 | 0.78 | 0.36 |
| Hex | 7A | A5 | 14 | 1A | 0 | 58 | 23 | 4E | 4E | 24 |
| Octal | 172 | 245 | 24 | 32 | 0 | 130 | 43 | 116 | 116 | 44 |
| Binary | 1111010 | 10100101 | 10100 | 11010 | 0 | 1011000 | 100011 | 1001110 | 1001110 | 100100 |
Color Harmonies of #7AA514
Complementary color
Monochromatic Colors of #7AA514
Black with #7AA514
Text Example
Text Example
White with #7AA514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA514; }
p { color: rgb(122,165,20); }
H1.HeaderClassName
{
color: #7AA514;
}
.AnyTagClassName
{
color: #7AA514;
}
</style>
background-color css
<style>
a { background-color: #7AA514; }
a { background-color: rgb(122,165,20); }
div.DivClassName
{
background-color: #7AA514;
}
.BgClassName
{
background-color: #7AA514;
}
</style>
border-color css
<style>
span { border-color: #7AA514; }
span { border-color: rgb(122,165,20); }
td.TdClassName
{
border-color: #7AA514;
}
.TagClassName
{
border-color: #7AA514;
}
</style>