Shades of Asparagus #7A9E5A
Tints of Asparagus #7A9E5A
RGB
CMYK
RGB Variations
Color information
#7A9E5A (or 0x7A9E5A) is known color: Asparagus. HEX triplet: 7A, 9E and 5A. RGB value is (122,158,90). Sum of RGB (Red+Green+Blue) = 122+158+90=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9E5A is #8561A5. Grayscale: #8B8B8B. Windows color (decimal): -8741286 or 5938810. OLE color: 5938810.
HSL color Cylindrical-coordinate representation of color #7A9E5A: hue angle of 91.76º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A9E5A is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 90 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.38 |
| HSL | 91.76º | 0.27% | 0.49% | - |
| HSV(B) | 91.76º | 0.43% | 0.62% | - |
| XYZ | 22.1 | 29.33 | 14.17 | - |
| YUV | 139.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 90 | 0.23 | 0 | 0.43 | 0.38 | 91.76 | 0.27 | 0.49 |
| Hex | 7A | 9E | 5A | 17 | 0 | 2B | 26 | 5C | 1B | 31 |
| Octal | 172 | 236 | 132 | 27 | 0 | 53 | 46 | 134 | 33 | 61 |
| Binary | 1111010 | 10011110 | 1011010 | 10111 | 0 | 101011 | 100110 | 1011100 | 11011 | 110001 |
Color Harmonies of #7A9E5A
Complementary color
Monochromatic Colors of #7A9E5A
Black with #7A9E5A
Text Example
Text Example
White with #7A9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E5A; }
p { color: rgb(122,158,90); }
H1.HeaderClassName
{
color: #7A9E5A;
}
.AnyTagClassName
{
color: #7A9E5A;
}
</style>
background-color css
<style>
a { background-color: #7A9E5A; }
a { background-color: rgb(122,158,90); }
div.DivClassName
{
background-color: #7A9E5A;
}
.BgClassName
{
background-color: #7A9E5A;
}
</style>
border-color css
<style>
span { border-color: #7A9E5A; }
span { border-color: rgb(122,158,90); }
td.TdClassName
{
border-color: #7A9E5A;
}
.TagClassName
{
border-color: #7A9E5A;
}
</style>