Shades of Asparagus #7AAA62
Tints of Asparagus #7AAA62
RGB
CMYK
RGB Variations
Color information
#7AAA62 (or 0x7AAA62) is known color: Asparagus. HEX triplet: 7A, AA and 62. RGB value is (122,170,98). Sum of RGB (Red+Green+Blue) = 122+170+98=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA62 is #85559D. Grayscale: #939393. Windows color (decimal): -8738206 or 6466170. OLE color: 6466170.
HSL color Cylindrical-coordinate representation of color #7AAA62: hue angle of 100º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AAA62 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 98 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.33 |
| HSL | 100º | 0.3% | 0.53% | - |
| HSV(B) | 100º | 0.42% | 0.67% | - |
| XYZ | 24.61 | 33.77 | 16.78 | - |
| YUV | 147.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 98 | 0.28 | 0 | 0.42 | 0.33 | 100 | 0.3 | 0.53 |
| Hex | 7A | AA | 62 | 1C | 0 | 2A | 21 | 64 | 1E | 35 |
| Octal | 172 | 252 | 142 | 34 | 0 | 52 | 41 | 144 | 36 | 65 |
| Binary | 1111010 | 10101010 | 1100010 | 11100 | 0 | 101010 | 100001 | 1100100 | 11110 | 110101 |
Color Harmonies of #7AAA62
Complementary color
Monochromatic Colors of #7AAA62
Black with #7AAA62
Text Example
Text Example
White with #7AAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA62; }
p { color: rgb(122,170,98); }
H1.HeaderClassName
{
color: #7AAA62;
}
.AnyTagClassName
{
color: #7AAA62;
}
</style>
background-color css
<style>
a { background-color: #7AAA62; }
a { background-color: rgb(122,170,98); }
div.DivClassName
{
background-color: #7AAA62;
}
.BgClassName
{
background-color: #7AAA62;
}
</style>
border-color css
<style>
span { border-color: #7AAA62; }
span { border-color: rgb(122,170,98); }
td.TdClassName
{
border-color: #7AAA62;
}
.TagClassName
{
border-color: #7AAA62;
}
</style>