Shades of Asparagus #7AAC5D
Tints of Asparagus #7AAC5D
RGB
CMYK
RGB Variations
Color information
#7AAC5D (or 0x7AAC5D) is known color: Asparagus. HEX triplet: 7A, AC and 5D. RGB value is (122,172,93). Sum of RGB (Red+Green+Blue) = 122+172+93=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC5D is #8553A2. Grayscale: #949494. Windows color (decimal): -8737699 or 6139002. OLE color: 6139002.
HSL color Cylindrical-coordinate representation of color #7AAC5D: hue angle of 97.97º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AAC5D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 93 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.33 |
| HSL | 97.97º | 0.32% | 0.52% | - |
| HSV(B) | 97.97º | 0.46% | 0.67% | - |
| XYZ | 24.75 | 34.43 | 15.7 | - |
| YUV | 148.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 93 | 0.29 | 0 | 0.46 | 0.33 | 97.97 | 0.32 | 0.52 |
| Hex | 7A | AC | 5D | 1D | 0 | 2E | 21 | 62 | 20 | 34 |
| Octal | 172 | 254 | 135 | 35 | 0 | 56 | 41 | 142 | 40 | 64 |
| Binary | 1111010 | 10101100 | 1011101 | 11101 | 0 | 101110 | 100001 | 1100010 | 100000 | 110100 |
Color Harmonies of #7AAC5D
Complementary color
Monochromatic Colors of #7AAC5D
Black with #7AAC5D
Text Example
Text Example
White with #7AAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC5D; }
p { color: rgb(122,172,93); }
H1.HeaderClassName
{
color: #7AAC5D;
}
.AnyTagClassName
{
color: #7AAC5D;
}
</style>
background-color css
<style>
a { background-color: #7AAC5D; }
a { background-color: rgb(122,172,93); }
div.DivClassName
{
background-color: #7AAC5D;
}
.BgClassName
{
background-color: #7AAC5D;
}
</style>
border-color css
<style>
span { border-color: #7AAC5D; }
span { border-color: rgb(122,172,93); }
td.TdClassName
{
border-color: #7AAC5D;
}
.TagClassName
{
border-color: #7AAC5D;
}
</style>