Shades of Asparagus #7E9E60
Tints of Asparagus #7E9E60
RGB
CMYK
RGB Variations
Color information
#7E9E60 (or 0x7E9E60) is known color: Asparagus. HEX triplet: 7E, 9E and 60. RGB value is (126,158,96). Sum of RGB (Red+Green+Blue) = 126+158+96=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9E60 is #81619F. Grayscale: #8D8D8D. Windows color (decimal): -8479136 or 6332030. OLE color: 6332030.
HSL color Cylindrical-coordinate representation of color #7E9E60: hue angle of 90.97º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E9E60 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 158 | 96 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.38 |
| HSL | 90.97º | 0.24% | 0.5% | - |
| HSV(B) | 90.97º | 0.39% | 0.62% | - |
| XYZ | 22.94 | 29.73 | 15.6 | - |
| YUV | 141.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 96 | 0.20 | 0 | 0.39 | 0.38 | 90.97 | 0.24 | 0.5 |
| Hex | 7E | 9E | 60 | 14 | 0 | 27 | 26 | 5B | 18 | 32 |
| Octal | 176 | 236 | 140 | 24 | 0 | 47 | 46 | 133 | 30 | 62 |
| Binary | 1111110 | 10011110 | 1100000 | 10100 | 0 | 100111 | 100110 | 1011011 | 11000 | 110010 |
Color Harmonies of #7E9E60
Complementary color
Monochromatic Colors of #7E9E60
Black with #7E9E60
Text Example
Text Example
White with #7E9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9E60; }
p { color: rgb(126,158,96); }
H1.HeaderClassName
{
color: #7E9E60;
}
.AnyTagClassName
{
color: #7E9E60;
}
</style>
background-color css
<style>
a { background-color: #7E9E60; }
a { background-color: rgb(126,158,96); }
div.DivClassName
{
background-color: #7E9E60;
}
.BgClassName
{
background-color: #7E9E60;
}
</style>
border-color css
<style>
span { border-color: #7E9E60; }
span { border-color: rgb(126,158,96); }
td.TdClassName
{
border-color: #7E9E60;
}
.TagClassName
{
border-color: #7E9E60;
}
</style>