Shades of Asparagus #73A04D
Tints of Asparagus #73A04D
RGB
CMYK
RGB Variations
Color information
#73A04D (or 0x73A04D) is known color: Asparagus. HEX triplet: 73, A0 and 4D. RGB value is (115,160,77). Sum of RGB (Red+Green+Blue) = 115+160+77=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #73A04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A04D is #8C5FB2. Grayscale: #898989. Windows color (decimal): -9199539 or 5087347. OLE color: 5087347.
HSL color Cylindrical-coordinate representation of color #73A04D: hue angle of 92.53º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73A04D is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 77 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.37 |
| HSL | 92.53º | 0.35% | 0.46% | - |
| HSV(B) | 92.53º | 0.52% | 0.63% | - |
| XYZ | 20.98 | 29.32 | 11.58 | - |
| YUV | 137.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 77 | 0.28 | 0 | 0.52 | 0.37 | 92.53 | 0.35 | 0.46 |
| Hex | 73 | A0 | 4D | 1C | 0 | 34 | 25 | 5D | 23 | 2E |
| Octal | 163 | 240 | 115 | 34 | 0 | 64 | 45 | 135 | 43 | 56 |
| Binary | 1110011 | 10100000 | 1001101 | 11100 | 0 | 110100 | 100101 | 1011101 | 100011 | 101110 |
Color Harmonies of #73A04D
Complementary color
Monochromatic Colors of #73A04D
Black with #73A04D
Text Example
Text Example
White with #73A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A04D; }
p { color: rgb(115,160,77); }
H1.HeaderClassName
{
color: #73A04D;
}
.AnyTagClassName
{
color: #73A04D;
}
</style>
background-color css
<style>
a { background-color: #73A04D; }
a { background-color: rgb(115,160,77); }
div.DivClassName
{
background-color: #73A04D;
}
.BgClassName
{
background-color: #73A04D;
}
</style>
border-color css
<style>
span { border-color: #73A04D; }
span { border-color: rgb(115,160,77); }
td.TdClassName
{
border-color: #73A04D;
}
.TagClassName
{
border-color: #73A04D;
}
</style>