Shades of Asparagus #7D9855
Tints of Asparagus #7D9855
RGB
CMYK
RGB Variations
Color information
#7D9855 (or 0x7D9855) is known color: Asparagus. HEX triplet: 7D, 98 and 55. RGB value is (125,152,85). Sum of RGB (Red+Green+Blue) = 125+152+85=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9855 is #8267AA. Grayscale: #888888. Windows color (decimal): -8546219 or 5609597. OLE color: 5609597.
HSL color Cylindrical-coordinate representation of color #7D9855: hue angle of 84.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D9855 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 152 | 85 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.40 |
| HSL | 84.18º | 0.28% | 0.46% | - |
| HSV(B) | 84.18º | 0.44% | 0.6% | - |
| XYZ | 21.33 | 27.47 | 12.77 | - |
| YUV | 136.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 152 | 85 | 0.18 | 0 | 0.44 | 0.40 | 84.18 | 0.28 | 0.46 |
| Hex | 7D | 98 | 55 | 12 | 0 | 2C | 28 | 54 | 1C | 2E |
| Octal | 175 | 230 | 125 | 22 | 0 | 54 | 50 | 124 | 34 | 56 |
| Binary | 1111101 | 10011000 | 1010101 | 10010 | 0 | 101100 | 101000 | 1010100 | 11100 | 101110 |
Color Harmonies of #7D9855
Complementary color
Monochromatic Colors of #7D9855
Black with #7D9855
Text Example
Text Example
White with #7D9855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9855; }
p { color: rgb(125,152,85); }
H1.HeaderClassName
{
color: #7D9855;
}
.AnyTagClassName
{
color: #7D9855;
}
</style>
background-color css
<style>
a { background-color: #7D9855; }
a { background-color: rgb(125,152,85); }
div.DivClassName
{
background-color: #7D9855;
}
.BgClassName
{
background-color: #7D9855;
}
</style>
border-color css
<style>
span { border-color: #7D9855; }
span { border-color: rgb(125,152,85); }
td.TdClassName
{
border-color: #7D9855;
}
.TagClassName
{
border-color: #7D9855;
}
</style>