Shades of Asparagus #7D9A53
Tints of Asparagus #7D9A53
RGB
CMYK
RGB Variations
Color information
#7D9A53 (or 0x7D9A53) is known color: Asparagus. HEX triplet: 7D, 9A and 53. RGB value is (125,154,83). Sum of RGB (Red+Green+Blue) = 125+154+83=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9A53 is #8265AC. Grayscale: #898989. Windows color (decimal): -8545709 or 5479037. OLE color: 5479037.
HSL color Cylindrical-coordinate representation of color #7D9A53: hue angle of 84.51º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D9A53 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 154 | 83 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.40 |
| HSL | 84.51º | 0.3% | 0.46% | - |
| HSV(B) | 84.51º | 0.46% | 0.6% | - |
| XYZ | 21.57 | 28.1 | 12.47 | - |
| YUV | 137.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 154 | 83 | 0.19 | 0 | 0.46 | 0.40 | 84.51 | 0.3 | 0.46 |
| Hex | 7D | 9A | 53 | 13 | 0 | 2E | 28 | 55 | 1E | 2E |
| Octal | 175 | 232 | 123 | 23 | 0 | 56 | 50 | 125 | 36 | 56 |
| Binary | 1111101 | 10011010 | 1010011 | 10011 | 0 | 101110 | 101000 | 1010101 | 11110 | 101110 |
Color Harmonies of #7D9A53
Complementary color
Monochromatic Colors of #7D9A53
Black with #7D9A53
Text Example
Text Example
White with #7D9A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9A53; }
p { color: rgb(125,154,83); }
H1.HeaderClassName
{
color: #7D9A53;
}
.AnyTagClassName
{
color: #7D9A53;
}
</style>
background-color css
<style>
a { background-color: #7D9A53; }
a { background-color: rgb(125,154,83); }
div.DivClassName
{
background-color: #7D9A53;
}
.BgClassName
{
background-color: #7D9A53;
}
</style>
border-color css
<style>
span { border-color: #7D9A53; }
span { border-color: rgb(125,154,83); }
td.TdClassName
{
border-color: #7D9A53;
}
.TagClassName
{
border-color: #7D9A53;
}
</style>