Shades of Asparagus #7AAB55
Tints of Asparagus #7AAB55
RGB
CMYK
RGB Variations
Color information
#7AAB55 (or 0x7AAB55) is known color: Asparagus. HEX triplet: 7A, AB and 55. RGB value is (122,171,85). Sum of RGB (Red+Green+Blue) = 122+171+85=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB55 is #8554AA. Grayscale: #929292. Windows color (decimal): -8737963 or 5614458. OLE color: 5614458.
HSL color Cylindrical-coordinate representation of color #7AAB55: hue angle of 94.19º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AAB55 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 85 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.33 |
| HSL | 94.19º | 0.34% | 0.5% | - |
| HSV(B) | 94.19º | 0.5% | 0.67% | - |
| XYZ | 24.23 | 33.92 | 13.86 | - |
| YUV | 146.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 85 | 0.29 | 0 | 0.50 | 0.33 | 94.19 | 0.34 | 0.5 |
| Hex | 7A | AB | 55 | 1D | 0 | 32 | 21 | 5E | 22 | 32 |
| Octal | 172 | 253 | 125 | 35 | 0 | 62 | 41 | 136 | 42 | 62 |
| Binary | 1111010 | 10101011 | 1010101 | 11101 | 0 | 110010 | 100001 | 1011110 | 100010 | 110010 |
Color Harmonies of #7AAB55
Complementary color
Monochromatic Colors of #7AAB55
Black with #7AAB55
Text Example
Text Example
White with #7AAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB55; }
p { color: rgb(122,171,85); }
H1.HeaderClassName
{
color: #7AAB55;
}
.AnyTagClassName
{
color: #7AAB55;
}
</style>
background-color css
<style>
a { background-color: #7AAB55; }
a { background-color: rgb(122,171,85); }
div.DivClassName
{
background-color: #7AAB55;
}
.BgClassName
{
background-color: #7AAB55;
}
</style>
border-color css
<style>
span { border-color: #7AAB55; }
span { border-color: rgb(122,171,85); }
td.TdClassName
{
border-color: #7AAB55;
}
.TagClassName
{
border-color: #7AAB55;
}
</style>