Shades of Asparagus #7E9851
Tints of Asparagus #7E9851
RGB
CMYK
RGB Variations
Color information
#7E9851 (or 0x7E9851) is known color: Asparagus. HEX triplet: 7E, 98 and 51. RGB value is (126,152,81). Sum of RGB (Red+Green+Blue) = 126+152+81=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9851 is #8167AE. Grayscale: #888888. Windows color (decimal): -8480687 or 5347454. OLE color: 5347454.
HSL color Cylindrical-coordinate representation of color #7E9851: hue angle of 81.97º 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 #7E9851 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 81 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.40 |
| HSL | 81.97º | 0.3% | 0.46% | - |
| HSV(B) | 81.97º | 0.47% | 0.6% | - |
| XYZ | 21.32 | 27.49 | 11.97 | - |
| YUV | 136.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 81 | 0.17 | 0 | 0.47 | 0.40 | 81.97 | 0.3 | 0.46 |
| Hex | 7E | 98 | 51 | 11 | 0 | 2F | 28 | 52 | 1E | 2E |
| Octal | 176 | 230 | 121 | 21 | 0 | 57 | 50 | 122 | 36 | 56 |
| Binary | 1111110 | 10011000 | 1010001 | 10001 | 0 | 101111 | 101000 | 1010010 | 11110 | 101110 |
Color Harmonies of #7E9851
Complementary color
Monochromatic Colors of #7E9851
Black with #7E9851
Text Example
Text Example
White with #7E9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9851; }
p { color: rgb(126,152,81); }
H1.HeaderClassName
{
color: #7E9851;
}
.AnyTagClassName
{
color: #7E9851;
}
</style>
background-color css
<style>
a { background-color: #7E9851; }
a { background-color: rgb(126,152,81); }
div.DivClassName
{
background-color: #7E9851;
}
.BgClassName
{
background-color: #7E9851;
}
</style>
border-color css
<style>
span { border-color: #7E9851; }
span { border-color: rgb(126,152,81); }
td.TdClassName
{
border-color: #7E9851;
}
.TagClassName
{
border-color: #7E9851;
}
</style>