Shades of Asparagus #7D9B49
Tints of Asparagus #7D9B49
RGB
CMYK
RGB Variations
Color information
#7D9B49 (or 0x7D9B49) is known color: Asparagus. HEX triplet: 7D, 9B and 49. RGB value is (125,155,73). Sum of RGB (Red+Green+Blue) = 125+155+73=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9B49 is #8264B6. Grayscale: #888888. Windows color (decimal): -8545463 or 4823933. OLE color: 4823933.
HSL color Cylindrical-coordinate representation of color #7D9B49: hue angle of 81.95º 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 #7D9B49 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 155 | 73 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.39 |
| HSL | 81.95º | 0.36% | 0.45% | - |
| HSV(B) | 81.95º | 0.53% | 0.61% | - |
| XYZ | 21.38 | 28.28 | 10.64 | - |
| YUV | 136.68 | 92.06 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 73 | 0.19 | 0 | 0.53 | 0.39 | 81.95 | 0.36 | 0.45 |
| Hex | 7D | 9B | 49 | 13 | 0 | 35 | 27 | 52 | 24 | 2D |
| Octal | 175 | 233 | 111 | 23 | 0 | 65 | 47 | 122 | 44 | 55 |
| Binary | 1111101 | 10011011 | 1001001 | 10011 | 0 | 110101 | 100111 | 1010010 | 100100 | 101101 |
Color Harmonies of #7D9B49
Complementary color
Monochromatic Colors of #7D9B49
Black with #7D9B49
Text Example
Text Example
White with #7D9B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9B49; }
p { color: rgb(125,155,73); }
H1.HeaderClassName
{
color: #7D9B49;
}
.AnyTagClassName
{
color: #7D9B49;
}
</style>
background-color css
<style>
a { background-color: #7D9B49; }
a { background-color: rgb(125,155,73); }
div.DivClassName
{
background-color: #7D9B49;
}
.BgClassName
{
background-color: #7D9B49;
}
</style>
border-color css
<style>
span { border-color: #7D9B49; }
span { border-color: rgb(125,155,73); }
td.TdClassName
{
border-color: #7D9B49;
}
.TagClassName
{
border-color: #7D9B49;
}
</style>