Shades of Asparagus #7E9D56
Tints of Asparagus #7E9D56
RGB
CMYK
RGB Variations
Color information
#7E9D56 (or 0x7E9D56) is known color: Asparagus. HEX triplet: 7E, 9D and 56. RGB value is (126,157,86). Sum of RGB (Red+Green+Blue) = 126+157+86=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9D56 is #8162A9. Grayscale: #8B8B8B. Windows color (decimal): -8479402 or 5676414. OLE color: 5676414.
HSL color Cylindrical-coordinate representation of color #7E9D56: hue angle of 86.2º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E9D56 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 157 | 86 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.38 |
| HSL | 86.2º | 0.29% | 0.48% | - |
| HSV(B) | 86.2º | 0.45% | 0.62% | - |
| XYZ | 22.34 | 29.22 | 13.27 | - |
| YUV | 139.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 86 | 0.20 | 0 | 0.45 | 0.38 | 86.2 | 0.29 | 0.48 |
| Hex | 7E | 9D | 56 | 14 | 0 | 2D | 26 | 56 | 1D | 30 |
| Octal | 176 | 235 | 126 | 24 | 0 | 55 | 46 | 126 | 35 | 60 |
| Binary | 1111110 | 10011101 | 1010110 | 10100 | 0 | 101101 | 100110 | 1010110 | 11101 | 110000 |
Color Harmonies of #7E9D56
Complementary color
Monochromatic Colors of #7E9D56
Black with #7E9D56
Text Example
Text Example
White with #7E9D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9D56; }
p { color: rgb(126,157,86); }
H1.HeaderClassName
{
color: #7E9D56;
}
.AnyTagClassName
{
color: #7E9D56;
}
</style>
background-color css
<style>
a { background-color: #7E9D56; }
a { background-color: rgb(126,157,86); }
div.DivClassName
{
background-color: #7E9D56;
}
.BgClassName
{
background-color: #7E9D56;
}
</style>
border-color css
<style>
span { border-color: #7E9D56; }
span { border-color: rgb(126,157,86); }
td.TdClassName
{
border-color: #7E9D56;
}
.TagClassName
{
border-color: #7E9D56;
}
</style>