Shades of Lima #7AAA11
Tints of Lima #7AAA11
RGB
CMYK
RGB Variations
Color information
#7AAA11 (or 0x7AAA11) is known color: Lima. HEX triplet: 7A, AA and 11. RGB value is (122,170,17). Sum of RGB (Red+Green+Blue) = 122+170+17=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA11 is #8555EE. Grayscale: #8A8A8A. Windows color (decimal): -8738287 or 1157754. OLE color: 1157754.
HSL color Cylindrical-coordinate representation of color #7AAA11: hue angle of 78.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AAA11 is Cyan = 0.28, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 17 | - |
| CMYK | 0.28 | 0 | 0.9 | 0.33 |
| HSL | 78.82º | 0.82% | 0.37% | - |
| HSV(B) | 78.82º | 0.9% | 0.67% | - |
| XYZ | 22.5 | 32.93 | 5.7 | - |
| YUV | 138.21 | 59.6 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 17 | 0.28 | 0 | 0.9 | 0.33 | 78.82 | 0.82 | 0.37 |
| Hex | 7A | AA | 11 | 1C | 0 | 5A | 21 | 4F | 52 | 25 |
| Octal | 172 | 252 | 21 | 34 | 0 | 132 | 41 | 117 | 122 | 45 |
| Binary | 1111010 | 10101010 | 10001 | 11100 | 0 | 1011010 | 100001 | 1001111 | 1010010 | 100101 |
Color Harmonies of #7AAA11
Complementary color
Monochromatic Colors of #7AAA11
Black with #7AAA11
Text Example
Text Example
White with #7AAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA11; }
p { color: rgb(122,170,17); }
H1.HeaderClassName
{
color: #7AAA11;
}
.AnyTagClassName
{
color: #7AAA11;
}
</style>
background-color css
<style>
a { background-color: #7AAA11; }
a { background-color: rgb(122,170,17); }
div.DivClassName
{
background-color: #7AAA11;
}
.BgClassName
{
background-color: #7AAA11;
}
</style>
border-color css
<style>
span { border-color: #7AAA11; }
span { border-color: rgb(122,170,17); }
td.TdClassName
{
border-color: #7AAA11;
}
.TagClassName
{
border-color: #7AAA11;
}
</style>