Shades of Asparagus #7AAD5B
Tints of Asparagus #7AAD5B
RGB
CMYK
RGB Variations
Color information
#7AAD5B (or 0x7AAD5B) is known color: Asparagus. HEX triplet: 7A, AD and 5B. RGB value is (122,173,91). Sum of RGB (Red+Green+Blue) = 122+173+91=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD5B is #8552A4. Grayscale: #949494. Windows color (decimal): -8737445 or 6008186. OLE color: 6008186.
HSL color Cylindrical-coordinate representation of color #7AAD5B: hue angle of 97.32º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AAD5B is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 91 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.32 |
| HSL | 97.32º | 0.33% | 0.52% | - |
| HSV(B) | 97.32º | 0.47% | 0.68% | - |
| XYZ | 24.86 | 34.78 | 15.3 | - |
| YUV | 148.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 91 | 0.29 | 0 | 0.47 | 0.32 | 97.32 | 0.33 | 0.52 |
| Hex | 7A | AD | 5B | 1D | 0 | 2F | 20 | 61 | 21 | 34 |
| Octal | 172 | 255 | 133 | 35 | 0 | 57 | 40 | 141 | 41 | 64 |
| Binary | 1111010 | 10101101 | 1011011 | 11101 | 0 | 101111 | 100000 | 1100001 | 100001 | 110100 |
Color Harmonies of #7AAD5B
Complementary color
Monochromatic Colors of #7AAD5B
Black with #7AAD5B
Text Example
Text Example
White with #7AAD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD5B; }
p { color: rgb(122,173,91); }
H1.HeaderClassName
{
color: #7AAD5B;
}
.AnyTagClassName
{
color: #7AAD5B;
}
</style>
background-color css
<style>
a { background-color: #7AAD5B; }
a { background-color: rgb(122,173,91); }
div.DivClassName
{
background-color: #7AAD5B;
}
.BgClassName
{
background-color: #7AAD5B;
}
</style>
border-color css
<style>
span { border-color: #7AAD5B; }
span { border-color: rgb(122,173,91); }
td.TdClassName
{
border-color: #7AAD5B;
}
.TagClassName
{
border-color: #7AAD5B;
}
</style>