Shades of Asparagus #7A9B4A
Tints of Asparagus #7A9B4A
RGB
CMYK
RGB Variations
Color information
#7A9B4A (or 0x7A9B4A) is known color: Asparagus. HEX triplet: 7A, 9B and 4A. RGB value is (122,155,74). Sum of RGB (Red+Green+Blue) = 122+155+74=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9B4A is #8564B5. Grayscale: #888888. Windows color (decimal): -8742070 or 4889466. OLE color: 4889466.
HSL color Cylindrical-coordinate representation of color #7A9B4A: hue angle of 84.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9B4A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 74 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.39 |
| HSL | 84.44º | 0.35% | 0.45% | - |
| HSV(B) | 84.44º | 0.52% | 0.61% | - |
| XYZ | 20.98 | 28.07 | 10.79 | - |
| YUV | 135.9 | 93.07 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 74 | 0.21 | 0 | 0.52 | 0.39 | 84.44 | 0.35 | 0.45 |
| Hex | 7A | 9B | 4A | 15 | 0 | 34 | 27 | 54 | 23 | 2D |
| Octal | 172 | 233 | 112 | 25 | 0 | 64 | 47 | 124 | 43 | 55 |
| Binary | 1111010 | 10011011 | 1001010 | 10101 | 0 | 110100 | 100111 | 1010100 | 100011 | 101101 |
Color Harmonies of #7A9B4A
Complementary color
Monochromatic Colors of #7A9B4A
Black with #7A9B4A
Text Example
Text Example
White with #7A9B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B4A; }
p { color: rgb(122,155,74); }
H1.HeaderClassName
{
color: #7A9B4A;
}
.AnyTagClassName
{
color: #7A9B4A;
}
</style>
background-color css
<style>
a { background-color: #7A9B4A; }
a { background-color: rgb(122,155,74); }
div.DivClassName
{
background-color: #7A9B4A;
}
.BgClassName
{
background-color: #7A9B4A;
}
</style>
border-color css
<style>
span { border-color: #7A9B4A; }
span { border-color: rgb(122,155,74); }
td.TdClassName
{
border-color: #7A9B4A;
}
.TagClassName
{
border-color: #7A9B4A;
}
</style>