Shades of Asparagus #7E994F
Tints of Asparagus #7E994F
RGB
CMYK
RGB Variations
Color information
#7E994F (or 0x7E994F) is known color: Asparagus. HEX triplet: 7E, 99 and 4F. RGB value is (126,153,79). Sum of RGB (Red+Green+Blue) = 126+153+79=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #7E994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E994F is #8166B0. Grayscale: #888888. Windows color (decimal): -8480433 or 5216638. OLE color: 5216638.
HSL color Cylindrical-coordinate representation of color #7E994F: hue angle of 81.89º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E994F is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 79 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.4 |
| HSL | 81.89º | 0.32% | 0.45% | - |
| HSV(B) | 81.89º | 0.48% | 0.6% | - |
| XYZ | 21.41 | 27.78 | 11.63 | - |
| YUV | 136.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 79 | 0.18 | 0 | 0.48 | 0.4 | 81.89 | 0.32 | 0.45 |
| Hex | 7E | 99 | 4F | 12 | 0 | 30 | 28 | 52 | 20 | 2D |
| Octal | 176 | 231 | 117 | 22 | 0 | 60 | 50 | 122 | 40 | 55 |
| Binary | 1111110 | 10011001 | 1001111 | 10010 | 0 | 110000 | 101000 | 1010010 | 100000 | 101101 |
Color Harmonies of #7E994F
Complementary color
Monochromatic Colors of #7E994F
Black with #7E994F
Text Example
Text Example
White with #7E994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E994F; }
p { color: rgb(126,153,79); }
H1.HeaderClassName
{
color: #7E994F;
}
.AnyTagClassName
{
color: #7E994F;
}
</style>
background-color css
<style>
a { background-color: #7E994F; }
a { background-color: rgb(126,153,79); }
div.DivClassName
{
background-color: #7E994F;
}
.BgClassName
{
background-color: #7E994F;
}
</style>
border-color css
<style>
span { border-color: #7E994F; }
span { border-color: rgb(126,153,79); }
td.TdClassName
{
border-color: #7E994F;
}
.TagClassName
{
border-color: #7E994F;
}
</style>