Shades of Lima #7AAA25
Tints of Lima #7AAA25
RGB
CMYK
RGB Variations
Color information
#7AAA25 (or 0x7AAA25) is known color: Lima. HEX triplet: 7A, AA and 25. RGB value is (122,170,37). Sum of RGB (Red+Green+Blue) = 122+170+37=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA25 is #8555DA. Grayscale: #8C8C8C. Windows color (decimal): -8738267 or 2468474. OLE color: 2468474.
HSL color Cylindrical-coordinate representation of color #7AAA25: hue angle of 81.65º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AAA25 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 37 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.33 |
| HSL | 81.65º | 0.64% | 0.41% | - |
| HSV(B) | 81.65º | 0.78% | 0.67% | - |
| XYZ | 22.73 | 33.02 | 6.93 | - |
| YUV | 140.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 37 | 0.28 | 0 | 0.78 | 0.33 | 81.65 | 0.64 | 0.41 |
| Hex | 7A | AA | 25 | 1C | 0 | 4E | 21 | 52 | 40 | 29 |
| Octal | 172 | 252 | 45 | 34 | 0 | 116 | 41 | 122 | 100 | 51 |
| Binary | 1111010 | 10101010 | 100101 | 11100 | 0 | 1001110 | 100001 | 1010010 | 1000000 | 101001 |
Color Harmonies of #7AAA25
Complementary color
Monochromatic Colors of #7AAA25
Black with #7AAA25
Text Example
Text Example
White with #7AAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA25; }
p { color: rgb(122,170,37); }
H1.HeaderClassName
{
color: #7AAA25;
}
.AnyTagClassName
{
color: #7AAA25;
}
</style>
background-color css
<style>
a { background-color: #7AAA25; }
a { background-color: rgb(122,170,37); }
div.DivClassName
{
background-color: #7AAA25;
}
.BgClassName
{
background-color: #7AAA25;
}
</style>
border-color css
<style>
span { border-color: #7AAA25; }
span { border-color: rgb(122,170,37); }
td.TdClassName
{
border-color: #7AAA25;
}
.TagClassName
{
border-color: #7AAA25;
}
</style>