Shades of Asparagus #7AAD5D
Tints of Asparagus #7AAD5D
RGB
CMYK
RGB Variations
Color information
#7AAD5D (or 0x7AAD5D) is known color: Asparagus. HEX triplet: 7A, AD and 5D. RGB value is (122,173,93). Sum of RGB (Red+Green+Blue) = 122+173+93=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD5D is #8552A2. Grayscale: #949494. Windows color (decimal): -8737443 or 6139258. OLE color: 6139258.
HSL color Cylindrical-coordinate representation of color #7AAD5D: hue angle of 98.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AAD5D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 93 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.32 |
| HSL | 98.25º | 0.33% | 0.52% | - |
| HSV(B) | 98.25º | 0.46% | 0.68% | - |
| XYZ | 24.95 | 34.82 | 15.76 | - |
| YUV | 148.63 | 96.6 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 93 | 0.29 | 0 | 0.46 | 0.32 | 98.25 | 0.33 | 0.52 |
| Hex | 7A | AD | 5D | 1D | 0 | 2E | 20 | 62 | 21 | 34 |
| Octal | 172 | 255 | 135 | 35 | 0 | 56 | 40 | 142 | 41 | 64 |
| Binary | 1111010 | 10101101 | 1011101 | 11101 | 0 | 101110 | 100000 | 1100010 | 100001 | 110100 |
Color Harmonies of #7AAD5D
Complementary color
Monochromatic Colors of #7AAD5D
Black with #7AAD5D
Text Example
Text Example
White with #7AAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD5D; }
p { color: rgb(122,173,93); }
H1.HeaderClassName
{
color: #7AAD5D;
}
.AnyTagClassName
{
color: #7AAD5D;
}
</style>
background-color css
<style>
a { background-color: #7AAD5D; }
a { background-color: rgb(122,173,93); }
div.DivClassName
{
background-color: #7AAD5D;
}
.BgClassName
{
background-color: #7AAD5D;
}
</style>
border-color css
<style>
span { border-color: #7AAD5D; }
span { border-color: rgb(122,173,93); }
td.TdClassName
{
border-color: #7AAD5D;
}
.TagClassName
{
border-color: #7AAD5D;
}
</style>