Shades of Asparagus #7AAF5D
Tints of Asparagus #7AAF5D
RGB
CMYK
RGB Variations
Color information
#7AAF5D (or 0x7AAF5D) is known color: Asparagus. HEX triplet: 7A, AF and 5D. RGB value is (122,175,93). Sum of RGB (Red+Green+Blue) = 122+175+93=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF5D is #8550A2. Grayscale: #969696. Windows color (decimal): -8736931 or 6139770. OLE color: 6139770.
HSL color Cylindrical-coordinate representation of color #7AAF5D: hue angle of 98.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AAF5D is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 93 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.31 |
| HSL | 98.78º | 0.34% | 0.53% | - |
| HSV(B) | 98.78º | 0.47% | 0.69% | - |
| XYZ | 25.33 | 35.59 | 15.89 | - |
| YUV | 149.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 93 | 0.30 | 0 | 0.47 | 0.31 | 98.78 | 0.34 | 0.53 |
| Hex | 7A | AF | 5D | 1E | 0 | 2F | 1F | 63 | 22 | 35 |
| Octal | 172 | 257 | 135 | 36 | 0 | 57 | 37 | 143 | 42 | 65 |
| Binary | 1111010 | 10101111 | 1011101 | 11110 | 0 | 101111 | 11111 | 1100011 | 100010 | 110101 |
Color Harmonies of #7AAF5D
Complementary color
Monochromatic Colors of #7AAF5D
Black with #7AAF5D
Text Example
Text Example
White with #7AAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF5D; }
p { color: rgb(122,175,93); }
H1.HeaderClassName
{
color: #7AAF5D;
}
.AnyTagClassName
{
color: #7AAF5D;
}
</style>
background-color css
<style>
a { background-color: #7AAF5D; }
a { background-color: rgb(122,175,93); }
div.DivClassName
{
background-color: #7AAF5D;
}
.BgClassName
{
background-color: #7AAF5D;
}
</style>
border-color css
<style>
span { border-color: #7AAF5D; }
span { border-color: rgb(122,175,93); }
td.TdClassName
{
border-color: #7AAF5D;
}
.TagClassName
{
border-color: #7AAF5D;
}
</style>