Shades of Asparagus #7AAA55
Tints of Asparagus #7AAA55
RGB
CMYK
RGB Variations
Color information
#7AAA55 (or 0x7AAA55) is known color: Asparagus. HEX triplet: 7A, AA and 55. RGB value is (122,170,85). Sum of RGB (Red+Green+Blue) = 122+170+85=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA55 is #8555AA. Grayscale: #929292. Windows color (decimal): -8738219 or 5614202. OLE color: 5614202.
HSL color Cylindrical-coordinate representation of color #7AAA55: hue angle of 93.88º degrees, saturation: 0.33, 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 #7AAA55 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 85 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.33 |
| HSL | 93.88º | 0.33% | 0.5% | - |
| HSV(B) | 93.88º | 0.5% | 0.67% | - |
| XYZ | 24.04 | 33.54 | 13.8 | - |
| YUV | 145.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 85 | 0.28 | 0 | 0.50 | 0.33 | 93.88 | 0.33 | 0.5 |
| Hex | 7A | AA | 55 | 1C | 0 | 32 | 21 | 5E | 21 | 32 |
| Octal | 172 | 252 | 125 | 34 | 0 | 62 | 41 | 136 | 41 | 62 |
| Binary | 1111010 | 10101010 | 1010101 | 11100 | 0 | 110010 | 100001 | 1011110 | 100001 | 110010 |
Color Harmonies of #7AAA55
Complementary color
Monochromatic Colors of #7AAA55
Black with #7AAA55
Text Example
Text Example
White with #7AAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA55; }
p { color: rgb(122,170,85); }
H1.HeaderClassName
{
color: #7AAA55;
}
.AnyTagClassName
{
color: #7AAA55;
}
</style>
background-color css
<style>
a { background-color: #7AAA55; }
a { background-color: rgb(122,170,85); }
div.DivClassName
{
background-color: #7AAA55;
}
.BgClassName
{
background-color: #7AAA55;
}
</style>
border-color css
<style>
span { border-color: #7AAA55; }
span { border-color: rgb(122,170,85); }
td.TdClassName
{
border-color: #7AAA55;
}
.TagClassName
{
border-color: #7AAA55;
}
</style>