Shades of Asparagus #7A9A5B
Tints of Asparagus #7A9A5B
RGB
CMYK
RGB Variations
Color information
#7A9A5B (or 0x7A9A5B) is known color: Asparagus. HEX triplet: 7A, 9A and 5B. RGB value is (122,154,91). Sum of RGB (Red+Green+Blue) = 122+154+91=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9A5B is #8565A4. Grayscale: #898989. Windows color (decimal): -8742309 or 6003322. OLE color: 6003322.
HSL color Cylindrical-coordinate representation of color #7A9A5B: hue angle of 90.48º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9A5B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 154 | 91 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.40 |
| HSL | 90.48º | 0.26% | 0.48% | - |
| HSV(B) | 90.48º | 0.41% | 0.6% | - |
| XYZ | 21.47 | 28 | 14.17 | - |
| YUV | 137.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 91 | 0.21 | 0 | 0.41 | 0.40 | 90.48 | 0.26 | 0.48 |
| Hex | 7A | 9A | 5B | 15 | 0 | 29 | 28 | 5A | 1A | 30 |
| Octal | 172 | 232 | 133 | 25 | 0 | 51 | 50 | 132 | 32 | 60 |
| Binary | 1111010 | 10011010 | 1011011 | 10101 | 0 | 101001 | 101000 | 1011010 | 11010 | 110000 |
Color Harmonies of #7A9A5B
Complementary color
Monochromatic Colors of #7A9A5B
Black with #7A9A5B
Text Example
Text Example
White with #7A9A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9A5B; }
p { color: rgb(122,154,91); }
H1.HeaderClassName
{
color: #7A9A5B;
}
.AnyTagClassName
{
color: #7A9A5B;
}
</style>
background-color css
<style>
a { background-color: #7A9A5B; }
a { background-color: rgb(122,154,91); }
div.DivClassName
{
background-color: #7A9A5B;
}
.BgClassName
{
background-color: #7A9A5B;
}
</style>
border-color css
<style>
span { border-color: #7A9A5B; }
span { border-color: rgb(122,154,91); }
td.TdClassName
{
border-color: #7A9A5B;
}
.TagClassName
{
border-color: #7A9A5B;
}
</style>