Shades of Asparagus #7D9C49
Tints of Asparagus #7D9C49
RGB
CMYK
RGB Variations
Color information
#7D9C49 (or 0x7D9C49) is known color: Asparagus. HEX triplet: 7D, 9C and 49. RGB value is (125,156,73). Sum of RGB (Red+Green+Blue) = 125+156+73=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9C49 is #8263B6. Grayscale: #898989. Windows color (decimal): -8545207 or 4824189. OLE color: 4824189.
HSL color Cylindrical-coordinate representation of color #7D9C49: hue angle of 82.41º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D9C49 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 73 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.39 |
| HSL | 82.41º | 0.36% | 0.45% | - |
| HSV(B) | 82.41º | 0.53% | 0.61% | - |
| XYZ | 21.55 | 28.62 | 10.69 | - |
| YUV | 137.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 73 | 0.20 | 0 | 0.53 | 0.39 | 82.41 | 0.36 | 0.45 |
| Hex | 7D | 9C | 49 | 14 | 0 | 35 | 27 | 52 | 24 | 2D |
| Octal | 175 | 234 | 111 | 24 | 0 | 65 | 47 | 122 | 44 | 55 |
| Binary | 1111101 | 10011100 | 1001001 | 10100 | 0 | 110101 | 100111 | 1010010 | 100100 | 101101 |
Color Harmonies of #7D9C49
Complementary color
Monochromatic Colors of #7D9C49
Black with #7D9C49
Text Example
Text Example
White with #7D9C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C49; }
p { color: rgb(125,156,73); }
H1.HeaderClassName
{
color: #7D9C49;
}
.AnyTagClassName
{
color: #7D9C49;
}
</style>
background-color css
<style>
a { background-color: #7D9C49; }
a { background-color: rgb(125,156,73); }
div.DivClassName
{
background-color: #7D9C49;
}
.BgClassName
{
background-color: #7D9C49;
}
</style>
border-color css
<style>
span { border-color: #7D9C49; }
span { border-color: rgb(125,156,73); }
td.TdClassName
{
border-color: #7D9C49;
}
.TagClassName
{
border-color: #7D9C49;
}
</style>