Shades of Asparagus #7AAD5A
Tints of Asparagus #7AAD5A
RGB
CMYK
RGB Variations
Color information
#7AAD5A (or 0x7AAD5A) is known color: Asparagus. HEX triplet: 7A, AD and 5A. RGB value is (122,173,90). Sum of RGB (Red+Green+Blue) = 122+173+90=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD5A is #8552A5. Grayscale: #949494. Windows color (decimal): -8737446 or 5942650. OLE color: 5942650.
HSL color Cylindrical-coordinate representation of color #7AAD5A: hue angle of 96.87º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AAD5A is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 90 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.32 |
| HSL | 96.87º | 0.34% | 0.52% | - |
| HSV(B) | 96.87º | 0.48% | 0.68% | - |
| XYZ | 24.82 | 34.76 | 15.07 | - |
| YUV | 148.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 90 | 0.29 | 0 | 0.48 | 0.32 | 96.87 | 0.34 | 0.52 |
| Hex | 7A | AD | 5A | 1D | 0 | 30 | 20 | 61 | 22 | 34 |
| Octal | 172 | 255 | 132 | 35 | 0 | 60 | 40 | 141 | 42 | 64 |
| Binary | 1111010 | 10101101 | 1011010 | 11101 | 0 | 110000 | 100000 | 1100001 | 100010 | 110100 |
Color Harmonies of #7AAD5A
Complementary color
Monochromatic Colors of #7AAD5A
Black with #7AAD5A
Text Example
Text Example
White with #7AAD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD5A; }
p { color: rgb(122,173,90); }
H1.HeaderClassName
{
color: #7AAD5A;
}
.AnyTagClassName
{
color: #7AAD5A;
}
</style>
background-color css
<style>
a { background-color: #7AAD5A; }
a { background-color: rgb(122,173,90); }
div.DivClassName
{
background-color: #7AAD5A;
}
.BgClassName
{
background-color: #7AAD5A;
}
</style>
border-color css
<style>
span { border-color: #7AAD5A; }
span { border-color: rgb(122,173,90); }
td.TdClassName
{
border-color: #7AAD5A;
}
.TagClassName
{
border-color: #7AAD5A;
}
</style>