Shades of Asparagus #7E9F60
Tints of Asparagus #7E9F60
RGB
CMYK
RGB Variations
Color information
#7E9F60 (or 0x7E9F60) is known color: Asparagus. HEX triplet: 7E, 9F and 60. RGB value is (126,159,96). Sum of RGB (Red+Green+Blue) = 126+159+96=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9F60 is #81609F. Grayscale: #8E8E8E. Windows color (decimal): -8478880 or 6332286. OLE color: 6332286.
HSL color Cylindrical-coordinate representation of color #7E9F60: hue angle of 91.43º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E9F60 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 159 | 96 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.38 |
| HSL | 91.43º | 0.25% | 0.5% | - |
| HSV(B) | 91.43º | 0.4% | 0.62% | - |
| XYZ | 23.11 | 30.08 | 15.65 | - |
| YUV | 141.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 96 | 0.21 | 0 | 0.40 | 0.38 | 91.43 | 0.25 | 0.5 |
| Hex | 7E | 9F | 60 | 15 | 0 | 28 | 26 | 5B | 19 | 32 |
| Octal | 176 | 237 | 140 | 25 | 0 | 50 | 46 | 133 | 31 | 62 |
| Binary | 1111110 | 10011111 | 1100000 | 10101 | 0 | 101000 | 100110 | 1011011 | 11001 | 110010 |
Color Harmonies of #7E9F60
Complementary color
Monochromatic Colors of #7E9F60
Black with #7E9F60
Text Example
Text Example
White with #7E9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9F60; }
p { color: rgb(126,159,96); }
H1.HeaderClassName
{
color: #7E9F60;
}
.AnyTagClassName
{
color: #7E9F60;
}
</style>
background-color css
<style>
a { background-color: #7E9F60; }
a { background-color: rgb(126,159,96); }
div.DivClassName
{
background-color: #7E9F60;
}
.BgClassName
{
background-color: #7E9F60;
}
</style>
border-color css
<style>
span { border-color: #7E9F60; }
span { border-color: rgb(126,159,96); }
td.TdClassName
{
border-color: #7E9F60;
}
.TagClassName
{
border-color: #7E9F60;
}
</style>