Shades of Asparagus #7E9E5B
Tints of Asparagus #7E9E5B
RGB
CMYK
RGB Variations
Color information
#7E9E5B (or 0x7E9E5B) is known color: Asparagus. HEX triplet: 7E, 9E and 5B. RGB value is (126,158,91). Sum of RGB (Red+Green+Blue) = 126+158+91=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9E5B is #8161A4. Grayscale: #8D8D8D. Windows color (decimal): -8479141 or 6004350. OLE color: 6004350.
HSL color Cylindrical-coordinate representation of color #7E9E5B: hue angle of 88.66º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E9E5B is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 158 | 91 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.38 |
| HSL | 88.66º | 0.27% | 0.49% | - |
| HSV(B) | 88.66º | 0.42% | 0.62% | - |
| XYZ | 22.72 | 29.64 | 14.42 | - |
| YUV | 140.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 91 | 0.20 | 0 | 0.42 | 0.38 | 88.66 | 0.27 | 0.49 |
| Hex | 7E | 9E | 5B | 14 | 0 | 2A | 26 | 59 | 1B | 31 |
| Octal | 176 | 236 | 133 | 24 | 0 | 52 | 46 | 131 | 33 | 61 |
| Binary | 1111110 | 10011110 | 1011011 | 10100 | 0 | 101010 | 100110 | 1011001 | 11011 | 110001 |
Color Harmonies of #7E9E5B
Complementary color
Monochromatic Colors of #7E9E5B
Black with #7E9E5B
Text Example
Text Example
White with #7E9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9E5B; }
p { color: rgb(126,158,91); }
H1.HeaderClassName
{
color: #7E9E5B;
}
.AnyTagClassName
{
color: #7E9E5B;
}
</style>
background-color css
<style>
a { background-color: #7E9E5B; }
a { background-color: rgb(126,158,91); }
div.DivClassName
{
background-color: #7E9E5B;
}
.BgClassName
{
background-color: #7E9E5B;
}
</style>
border-color css
<style>
span { border-color: #7E9E5B; }
span { border-color: rgb(126,158,91); }
td.TdClassName
{
border-color: #7E9E5B;
}
.TagClassName
{
border-color: #7E9E5B;
}
</style>