Shades of Asparagus #7E9D60
Tints of Asparagus #7E9D60
RGB
CMYK
RGB Variations
Color information
#7E9D60 (or 0x7E9D60) is known color: Asparagus. HEX triplet: 7E, 9D and 60. RGB value is (126,157,96). Sum of RGB (Red+Green+Blue) = 126+157+96=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9D60 is #81629F. Grayscale: #8C8C8C. Windows color (decimal): -8479392 or 6331774. OLE color: 6331774.
HSL color Cylindrical-coordinate representation of color #7E9D60: hue angle of 90.49º 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 #7E9D60 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 157 | 96 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.38 |
| HSL | 90.49º | 0.24% | 0.5% | - |
| HSV(B) | 90.49º | 0.39% | 0.62% | - |
| XYZ | 22.77 | 29.39 | 15.54 | - |
| YUV | 140.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 96 | 0.20 | 0 | 0.39 | 0.38 | 90.49 | 0.24 | 0.5 |
| Hex | 7E | 9D | 60 | 14 | 0 | 27 | 26 | 5A | 18 | 32 |
| Octal | 176 | 235 | 140 | 24 | 0 | 47 | 46 | 132 | 30 | 62 |
| Binary | 1111110 | 10011101 | 1100000 | 10100 | 0 | 100111 | 100110 | 1011010 | 11000 | 110010 |
Color Harmonies of #7E9D60
Complementary color
Monochromatic Colors of #7E9D60
Black with #7E9D60
Text Example
Text Example
White with #7E9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9D60; }
p { color: rgb(126,157,96); }
H1.HeaderClassName
{
color: #7E9D60;
}
.AnyTagClassName
{
color: #7E9D60;
}
</style>
background-color css
<style>
a { background-color: #7E9D60; }
a { background-color: rgb(126,157,96); }
div.DivClassName
{
background-color: #7E9D60;
}
.BgClassName
{
background-color: #7E9D60;
}
</style>
border-color css
<style>
span { border-color: #7E9D60; }
span { border-color: rgb(126,157,96); }
td.TdClassName
{
border-color: #7E9D60;
}
.TagClassName
{
border-color: #7E9D60;
}
</style>