Shades of Asparagus #7AA95E
Tints of Asparagus #7AA95E
RGB
CMYK
RGB Variations
Color information
#7AA95E (or 0x7AA95E) is known color: Asparagus. HEX triplet: 7A, A9 and 5E. RGB value is (122,169,94). Sum of RGB (Red+Green+Blue) = 122+169+94=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA95E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA95E is #8556A1. Grayscale: #929292. Windows color (decimal): -8738466 or 6203770. OLE color: 6203770.
HSL color Cylindrical-coordinate representation of color #7AA95E: hue angle of 97.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AA95E is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 94 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.34 |
| HSL | 97.6º | 0.3% | 0.52% | - |
| HSV(B) | 97.6º | 0.44% | 0.66% | - |
| XYZ | 24.23 | 33.32 | 15.74 | - |
| YUV | 146.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 94 | 0.28 | 0 | 0.44 | 0.34 | 97.6 | 0.3 | 0.52 |
| Hex | 7A | A9 | 5E | 1C | 0 | 2C | 22 | 62 | 1E | 34 |
| Octal | 172 | 251 | 136 | 34 | 0 | 54 | 42 | 142 | 36 | 64 |
| Binary | 1111010 | 10101001 | 1011110 | 11100 | 0 | 101100 | 100010 | 1100010 | 11110 | 110100 |
Color Harmonies of #7AA95E
Complementary color
Monochromatic Colors of #7AA95E
Black with #7AA95E
Text Example
Text Example
White with #7AA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA95E; }
p { color: rgb(122,169,94); }
H1.HeaderClassName
{
color: #7AA95E;
}
.AnyTagClassName
{
color: #7AA95E;
}
</style>
background-color css
<style>
a { background-color: #7AA95E; }
a { background-color: rgb(122,169,94); }
div.DivClassName
{
background-color: #7AA95E;
}
.BgClassName
{
background-color: #7AA95E;
}
</style>
border-color css
<style>
span { border-color: #7AA95E; }
span { border-color: rgb(122,169,94); }
td.TdClassName
{
border-color: #7AA95E;
}
.TagClassName
{
border-color: #7AA95E;
}
</style>