Shades of Lima #7AAA23
Tints of Lima #7AAA23
RGB
CMYK
RGB Variations
Color information
#7AAA23 (or 0x7AAA23) is known color: Lima. HEX triplet: 7A, AA and 23. RGB value is (122,170,35). Sum of RGB (Red+Green+Blue) = 122+170+35=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA23 is #8555DC. Grayscale: #8C8C8C. Windows color (decimal): -8738269 or 2337402. OLE color: 2337402.
HSL color Cylindrical-coordinate representation of color #7AAA23: hue angle of 81.33º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AAA23 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 35 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.33 |
| HSL | 81.33º | 0.66% | 0.4% | - |
| HSV(B) | 81.33º | 0.79% | 0.67% | - |
| XYZ | 22.7 | 33.01 | 6.76 | - |
| YUV | 140.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 35 | 0.28 | 0 | 0.79 | 0.33 | 81.33 | 0.66 | 0.4 |
| Hex | 7A | AA | 23 | 1C | 0 | 4F | 21 | 51 | 42 | 28 |
| Octal | 172 | 252 | 43 | 34 | 0 | 117 | 41 | 121 | 102 | 50 |
| Binary | 1111010 | 10101010 | 100011 | 11100 | 0 | 1001111 | 100001 | 1010001 | 1000010 | 101000 |
Color Harmonies of #7AAA23
Complementary color
Monochromatic Colors of #7AAA23
Black with #7AAA23
Text Example
Text Example
White with #7AAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA23; }
p { color: rgb(122,170,35); }
H1.HeaderClassName
{
color: #7AAA23;
}
.AnyTagClassName
{
color: #7AAA23;
}
</style>
background-color css
<style>
a { background-color: #7AAA23; }
a { background-color: rgb(122,170,35); }
div.DivClassName
{
background-color: #7AAA23;
}
.BgClassName
{
background-color: #7AAA23;
}
</style>
border-color css
<style>
span { border-color: #7AAA23; }
span { border-color: rgb(122,170,35); }
td.TdClassName
{
border-color: #7AAA23;
}
.TagClassName
{
border-color: #7AAA23;
}
</style>