Shades of Lima #7AAA27
Tints of Lima #7AAA27
RGB
CMYK
RGB Variations
Color information
#7AAA27 (or 0x7AAA27) is known color: Lima. HEX triplet: 7A, AA and 27. RGB value is (122,170,39). Sum of RGB (Red+Green+Blue) = 122+170+39=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA27 is #8555D8. Grayscale: #8D8D8D. Windows color (decimal): -8738265 or 2599546. OLE color: 2599546.
HSL color Cylindrical-coordinate representation of color #7AAA27: hue angle of 81.98º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AAA27 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 39 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.33 |
| HSL | 81.98º | 0.63% | 0.41% | - |
| HSV(B) | 81.98º | 0.77% | 0.67% | - |
| XYZ | 22.77 | 33.03 | 7.1 | - |
| YUV | 140.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 39 | 0.28 | 0 | 0.77 | 0.33 | 81.98 | 0.63 | 0.41 |
| Hex | 7A | AA | 27 | 1C | 0 | 4D | 21 | 52 | 3F | 29 |
| Octal | 172 | 252 | 47 | 34 | 0 | 115 | 41 | 122 | 77 | 51 |
| Binary | 1111010 | 10101010 | 100111 | 11100 | 0 | 1001101 | 100001 | 1010010 | 111111 | 101001 |
Color Harmonies of #7AAA27
Complementary color
Monochromatic Colors of #7AAA27
Black with #7AAA27
Text Example
Text Example
White with #7AAA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA27; }
p { color: rgb(122,170,39); }
H1.HeaderClassName
{
color: #7AAA27;
}
.AnyTagClassName
{
color: #7AAA27;
}
</style>
background-color css
<style>
a { background-color: #7AAA27; }
a { background-color: rgb(122,170,39); }
div.DivClassName
{
background-color: #7AAA27;
}
.BgClassName
{
background-color: #7AAA27;
}
</style>
border-color css
<style>
span { border-color: #7AAA27; }
span { border-color: rgb(122,170,39); }
td.TdClassName
{
border-color: #7AAA27;
}
.TagClassName
{
border-color: #7AAA27;
}
</style>