Shades of Asparagus #7D9957
Tints of Asparagus #7D9957
RGB
CMYK
RGB Variations
Color information
#7D9957 (or 0x7D9957) is known color: Asparagus. HEX triplet: 7D, 99 and 57. RGB value is (125,153,87). Sum of RGB (Red+Green+Blue) = 125+153+87=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9957 is #8266A8. Grayscale: #898989. Windows color (decimal): -8545961 or 5740925. OLE color: 5740925.
HSL color Cylindrical-coordinate representation of color #7D9957: hue angle of 85.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D9957 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 87 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.4 |
| HSL | 85.45º | 0.28% | 0.47% | - |
| HSV(B) | 85.45º | 0.43% | 0.6% | - |
| XYZ | 21.57 | 27.83 | 13.25 | - |
| YUV | 137.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 87 | 0.18 | 0 | 0.43 | 0.4 | 85.45 | 0.28 | 0.47 |
| Hex | 7D | 99 | 57 | 12 | 0 | 2B | 28 | 55 | 1C | 2F |
| Octal | 175 | 231 | 127 | 22 | 0 | 53 | 50 | 125 | 34 | 57 |
| Binary | 1111101 | 10011001 | 1010111 | 10010 | 0 | 101011 | 101000 | 1010101 | 11100 | 101111 |
Color Harmonies of #7D9957
Complementary color
Monochromatic Colors of #7D9957
Black with #7D9957
Text Example
Text Example
White with #7D9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9957; }
p { color: rgb(125,153,87); }
H1.HeaderClassName
{
color: #7D9957;
}
.AnyTagClassName
{
color: #7D9957;
}
</style>
background-color css
<style>
a { background-color: #7D9957; }
a { background-color: rgb(125,153,87); }
div.DivClassName
{
background-color: #7D9957;
}
.BgClassName
{
background-color: #7D9957;
}
</style>
border-color css
<style>
span { border-color: #7D9957; }
span { border-color: rgb(125,153,87); }
td.TdClassName
{
border-color: #7D9957;
}
.TagClassName
{
border-color: #7D9957;
}
</style>