Shades of Asparagus #7AAA5C
Tints of Asparagus #7AAA5C
RGB
CMYK
RGB Variations
Color information
#7AAA5C (or 0x7AAA5C) is known color: Asparagus. HEX triplet: 7A, AA and 5C. RGB value is (122,170,92). Sum of RGB (Red+Green+Blue) = 122+170+92=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA5C is #8555A3. Grayscale: #939393. Windows color (decimal): -8738212 or 6072954. OLE color: 6072954.
HSL color Cylindrical-coordinate representation of color #7AAA5C: hue angle of 96.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AAA5C is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 92 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.33 |
| HSL | 96.92º | 0.31% | 0.51% | - |
| HSV(B) | 96.92º | 0.46% | 0.67% | - |
| XYZ | 24.33 | 33.66 | 15.34 | - |
| YUV | 146.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 92 | 0.28 | 0 | 0.46 | 0.33 | 96.92 | 0.31 | 0.51 |
| Hex | 7A | AA | 5C | 1C | 0 | 2E | 21 | 61 | 1F | 33 |
| Octal | 172 | 252 | 134 | 34 | 0 | 56 | 41 | 141 | 37 | 63 |
| Binary | 1111010 | 10101010 | 1011100 | 11100 | 0 | 101110 | 100001 | 1100001 | 11111 | 110011 |
Color Harmonies of #7AAA5C
Complementary color
Monochromatic Colors of #7AAA5C
Black with #7AAA5C
Text Example
Text Example
White with #7AAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA5C; }
p { color: rgb(122,170,92); }
H1.HeaderClassName
{
color: #7AAA5C;
}
.AnyTagClassName
{
color: #7AAA5C;
}
</style>
background-color css
<style>
a { background-color: #7AAA5C; }
a { background-color: rgb(122,170,92); }
div.DivClassName
{
background-color: #7AAA5C;
}
.BgClassName
{
background-color: #7AAA5C;
}
</style>
border-color css
<style>
span { border-color: #7AAA5C; }
span { border-color: rgb(122,170,92); }
td.TdClassName
{
border-color: #7AAA5C;
}
.TagClassName
{
border-color: #7AAA5C;
}
</style>