Shades of Asparagus #7A9B5E
Tints of Asparagus #7A9B5E
RGB
CMYK
RGB Variations
Color information
#7A9B5E (or 0x7A9B5E) is known color: Asparagus. HEX triplet: 7A, 9B and 5E. RGB value is (122,155,94). Sum of RGB (Red+Green+Blue) = 122+155+94=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B5E is #8564A1. Grayscale: #8A8A8A. Windows color (decimal): -8742050 or 6200186. OLE color: 6200186.
HSL color Cylindrical-coordinate representation of color #7A9B5E: hue angle of 92.46º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A9B5E is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 94 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.39 |
| HSL | 92.46º | 0.24% | 0.49% | - |
| HSV(B) | 92.46º | 0.39% | 0.61% | - |
| XYZ | 21.77 | 28.39 | 14.92 | - |
| YUV | 138.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 94 | 0.21 | 0 | 0.39 | 0.39 | 92.46 | 0.24 | 0.49 |
| Hex | 7A | 9B | 5E | 15 | 0 | 27 | 27 | 5C | 18 | 31 |
| Octal | 172 | 233 | 136 | 25 | 0 | 47 | 47 | 134 | 30 | 61 |
| Binary | 1111010 | 10011011 | 1011110 | 10101 | 0 | 100111 | 100111 | 1011100 | 11000 | 110001 |
Color Harmonies of #7A9B5E
Complementary color
Monochromatic Colors of #7A9B5E
Black with #7A9B5E
Text Example
Text Example
White with #7A9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B5E; }
p { color: rgb(122,155,94); }
H1.HeaderClassName
{
color: #7A9B5E;
}
.AnyTagClassName
{
color: #7A9B5E;
}
</style>
background-color css
<style>
a { background-color: #7A9B5E; }
a { background-color: rgb(122,155,94); }
div.DivClassName
{
background-color: #7A9B5E;
}
.BgClassName
{
background-color: #7A9B5E;
}
</style>
border-color css
<style>
span { border-color: #7A9B5E; }
span { border-color: rgb(122,155,94); }
td.TdClassName
{
border-color: #7A9B5E;
}
.TagClassName
{
border-color: #7A9B5E;
}
</style>