Shades of Asparagus #7D9E56
Tints of Asparagus #7D9E56
RGB
CMYK
RGB Variations
Color information
#7D9E56 (or 0x7D9E56) is known color: Asparagus. HEX triplet: 7D, 9E and 56. RGB value is (125,158,86). Sum of RGB (Red+Green+Blue) = 125+158+86=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9E56 is #8261A9. Grayscale: #8C8C8C. Windows color (decimal): -8544682 or 5676669. OLE color: 5676669.
HSL color Cylindrical-coordinate representation of color #7D9E56: hue angle of 87.5º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D9E56 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 86 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.38 |
| HSL | 87.5º | 0.3% | 0.48% | - |
| HSV(B) | 87.5º | 0.46% | 0.62% | - |
| XYZ | 22.36 | 29.49 | 13.32 | - |
| YUV | 139.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 86 | 0.21 | 0 | 0.46 | 0.38 | 87.5 | 0.3 | 0.48 |
| Hex | 7D | 9E | 56 | 15 | 0 | 2E | 26 | 57 | 1E | 30 |
| Octal | 175 | 236 | 126 | 25 | 0 | 56 | 46 | 127 | 36 | 60 |
| Binary | 1111101 | 10011110 | 1010110 | 10101 | 0 | 101110 | 100110 | 1010111 | 11110 | 110000 |
Color Harmonies of #7D9E56
Complementary color
Monochromatic Colors of #7D9E56
Black with #7D9E56
Text Example
Text Example
White with #7D9E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E56; }
p { color: rgb(125,158,86); }
H1.HeaderClassName
{
color: #7D9E56;
}
.AnyTagClassName
{
color: #7D9E56;
}
</style>
background-color css
<style>
a { background-color: #7D9E56; }
a { background-color: rgb(125,158,86); }
div.DivClassName
{
background-color: #7D9E56;
}
.BgClassName
{
background-color: #7D9E56;
}
</style>
border-color css
<style>
span { border-color: #7D9E56; }
span { border-color: rgb(125,158,86); }
td.TdClassName
{
border-color: #7D9E56;
}
.TagClassName
{
border-color: #7D9E56;
}
</style>