Shades of Asparagus #7A9B5F
Tints of Asparagus #7A9B5F
RGB
CMYK
RGB Variations
Color information
#7A9B5F (or 0x7A9B5F) is known color: Asparagus. HEX triplet: 7A, 9B and 5F. RGB value is (122,155,95). Sum of RGB (Red+Green+Blue) = 122+155+95=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B5F is #8564A0. Grayscale: #8A8A8A. Windows color (decimal): -8742049 or 6265722. OLE color: 6265722.
HSL color Cylindrical-coordinate representation of color #7A9B5F: hue angle of 93º 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 #7A9B5F is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 95 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.39 |
| HSL | 93º | 0.24% | 0.49% | - |
| HSV(B) | 93º | 0.39% | 0.61% | - |
| XYZ | 21.81 | 28.41 | 15.16 | - |
| YUV | 138.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 95 | 0.21 | 0 | 0.39 | 0.39 | 93 | 0.24 | 0.49 |
| Hex | 7A | 9B | 5F | 15 | 0 | 27 | 27 | 5D | 18 | 31 |
| Octal | 172 | 233 | 137 | 25 | 0 | 47 | 47 | 135 | 30 | 61 |
| Binary | 1111010 | 10011011 | 1011111 | 10101 | 0 | 100111 | 100111 | 1011101 | 11000 | 110001 |
Color Harmonies of #7A9B5F
Complementary color
Monochromatic Colors of #7A9B5F
Black with #7A9B5F
Text Example
Text Example
White with #7A9B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B5F; }
p { color: rgb(122,155,95); }
H1.HeaderClassName
{
color: #7A9B5F;
}
.AnyTagClassName
{
color: #7A9B5F;
}
</style>
background-color css
<style>
a { background-color: #7A9B5F; }
a { background-color: rgb(122,155,95); }
div.DivClassName
{
background-color: #7A9B5F;
}
.BgClassName
{
background-color: #7A9B5F;
}
</style>
border-color css
<style>
span { border-color: #7A9B5F; }
span { border-color: rgb(122,155,95); }
td.TdClassName
{
border-color: #7A9B5F;
}
.TagClassName
{
border-color: #7A9B5F;
}
</style>