Shades of Asparagus #7AAA53
Tints of Asparagus #7AAA53
RGB
CMYK
RGB Variations
Color information
#7AAA53 (or 0x7AAA53) is known color: Asparagus. HEX triplet: 7A, AA and 53. RGB value is (122,170,83). Sum of RGB (Red+Green+Blue) = 122+170+83=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA53 is #8555AC. Grayscale: #929292. Windows color (decimal): -8738221 or 5483130. OLE color: 5483130.
HSL color Cylindrical-coordinate representation of color #7AAA53: hue angle of 93.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AAA53 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 83 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.33 |
| HSL | 93.1º | 0.34% | 0.5% | - |
| HSV(B) | 93.1º | 0.51% | 0.67% | - |
| XYZ | 23.96 | 33.51 | 13.39 | - |
| YUV | 145.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 83 | 0.28 | 0 | 0.51 | 0.33 | 93.1 | 0.34 | 0.5 |
| Hex | 7A | AA | 53 | 1C | 0 | 33 | 21 | 5D | 22 | 32 |
| Octal | 172 | 252 | 123 | 34 | 0 | 63 | 41 | 135 | 42 | 62 |
| Binary | 1111010 | 10101010 | 1010011 | 11100 | 0 | 110011 | 100001 | 1011101 | 100010 | 110010 |
Color Harmonies of #7AAA53
Complementary color
Monochromatic Colors of #7AAA53
Black with #7AAA53
Text Example
Text Example
White with #7AAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA53; }
p { color: rgb(122,170,83); }
H1.HeaderClassName
{
color: #7AAA53;
}
.AnyTagClassName
{
color: #7AAA53;
}
</style>
background-color css
<style>
a { background-color: #7AAA53; }
a { background-color: rgb(122,170,83); }
div.DivClassName
{
background-color: #7AAA53;
}
.BgClassName
{
background-color: #7AAA53;
}
</style>
border-color css
<style>
span { border-color: #7AAA53; }
span { border-color: rgb(122,170,83); }
td.TdClassName
{
border-color: #7AAA53;
}
.TagClassName
{
border-color: #7AAA53;
}
</style>