Shades of Asparagus #7A9851
Tints of Asparagus #7A9851
RGB
CMYK
RGB Variations
Color information
#7A9851 (or 0x7A9851) is known color: Asparagus. HEX triplet: 7A, 98 and 51. RGB value is (122,152,81). Sum of RGB (Red+Green+Blue) = 122+152+81=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9851 is #8567AE. Grayscale: #878787. Windows color (decimal): -8742831 or 5347450. OLE color: 5347450.
HSL color Cylindrical-coordinate representation of color #7A9851: hue angle of 85.35º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A9851 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 81 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.40 |
| HSL | 85.35º | 0.3% | 0.46% | - |
| HSV(B) | 85.35º | 0.47% | 0.6% | - |
| XYZ | 20.74 | 27.19 | 11.94 | - |
| YUV | 134.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 81 | 0.20 | 0 | 0.47 | 0.40 | 85.35 | 0.3 | 0.46 |
| Hex | 7A | 98 | 51 | 14 | 0 | 2F | 28 | 55 | 1E | 2E |
| Octal | 172 | 230 | 121 | 24 | 0 | 57 | 50 | 125 | 36 | 56 |
| Binary | 1111010 | 10011000 | 1010001 | 10100 | 0 | 101111 | 101000 | 1010101 | 11110 | 101110 |
Color Harmonies of #7A9851
Complementary color
Monochromatic Colors of #7A9851
Black with #7A9851
Text Example
Text Example
White with #7A9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9851; }
p { color: rgb(122,152,81); }
H1.HeaderClassName
{
color: #7A9851;
}
.AnyTagClassName
{
color: #7A9851;
}
</style>
background-color css
<style>
a { background-color: #7A9851; }
a { background-color: rgb(122,152,81); }
div.DivClassName
{
background-color: #7A9851;
}
.BgClassName
{
background-color: #7A9851;
}
</style>
border-color css
<style>
span { border-color: #7A9851; }
span { border-color: rgb(122,152,81); }
td.TdClassName
{
border-color: #7A9851;
}
.TagClassName
{
border-color: #7A9851;
}
</style>