Shades of Asparagus #7AAA57
Tints of Asparagus #7AAA57
RGB
CMYK
RGB Variations
Color information
#7AAA57 (or 0x7AAA57) is known color: Asparagus. HEX triplet: 7A, AA and 57. RGB value is (122,170,87). Sum of RGB (Red+Green+Blue) = 122+170+87=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA57 is #8555A8. Grayscale: #929292. Windows color (decimal): -8738217 or 5745274. OLE color: 5745274.
HSL color Cylindrical-coordinate representation of color #7AAA57: hue angle of 94.7º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AAA57 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 87 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.33 |
| HSL | 94.7º | 0.33% | 0.5% | - |
| HSV(B) | 94.7º | 0.49% | 0.67% | - |
| XYZ | 24.12 | 33.58 | 14.23 | - |
| YUV | 146.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 87 | 0.28 | 0 | 0.49 | 0.33 | 94.7 | 0.33 | 0.5 |
| Hex | 7A | AA | 57 | 1C | 0 | 31 | 21 | 5F | 21 | 32 |
| Octal | 172 | 252 | 127 | 34 | 0 | 61 | 41 | 137 | 41 | 62 |
| Binary | 1111010 | 10101010 | 1010111 | 11100 | 0 | 110001 | 100001 | 1011111 | 100001 | 110010 |
Color Harmonies of #7AAA57
Complementary color
Monochromatic Colors of #7AAA57
Black with #7AAA57
Text Example
Text Example
White with #7AAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA57; }
p { color: rgb(122,170,87); }
H1.HeaderClassName
{
color: #7AAA57;
}
.AnyTagClassName
{
color: #7AAA57;
}
</style>
background-color css
<style>
a { background-color: #7AAA57; }
a { background-color: rgb(122,170,87); }
div.DivClassName
{
background-color: #7AAA57;
}
.BgClassName
{
background-color: #7AAA57;
}
</style>
border-color css
<style>
span { border-color: #7AAA57; }
span { border-color: rgb(122,170,87); }
td.TdClassName
{
border-color: #7AAA57;
}
.TagClassName
{
border-color: #7AAA57;
}
</style>