Shades of Asparagus #73A059
Tints of Asparagus #73A059
RGB
CMYK
RGB Variations
Color information
#73A059 (or 0x73A059) is known color: Asparagus. HEX triplet: 73, A0 and 59. RGB value is (115,160,89). Sum of RGB (Red+Green+Blue) = 115+160+89=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #73A059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A059 is #8C5FA6. Grayscale: #8A8A8A. Windows color (decimal): -9199527 or 5873779. OLE color: 5873779.
HSL color Cylindrical-coordinate representation of color #73A059: hue angle of 98.03º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A059 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 89 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.37 |
| HSL | 98.03º | 0.29% | 0.49% | - |
| HSV(B) | 98.03º | 0.44% | 0.63% | - |
| XYZ | 21.44 | 29.51 | 14.02 | - |
| YUV | 138.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 89 | 0.28 | 0 | 0.44 | 0.37 | 98.03 | 0.29 | 0.49 |
| Hex | 73 | A0 | 59 | 1C | 0 | 2C | 25 | 62 | 1D | 31 |
| Octal | 163 | 240 | 131 | 34 | 0 | 54 | 45 | 142 | 35 | 61 |
| Binary | 1110011 | 10100000 | 1011001 | 11100 | 0 | 101100 | 100101 | 1100010 | 11101 | 110001 |
Color Harmonies of #73A059
Complementary color
Monochromatic Colors of #73A059
Black with #73A059
Text Example
Text Example
White with #73A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A059; }
p { color: rgb(115,160,89); }
H1.HeaderClassName
{
color: #73A059;
}
.AnyTagClassName
{
color: #73A059;
}
</style>
background-color css
<style>
a { background-color: #73A059; }
a { background-color: rgb(115,160,89); }
div.DivClassName
{
background-color: #73A059;
}
.BgClassName
{
background-color: #73A059;
}
</style>
border-color css
<style>
span { border-color: #73A059; }
span { border-color: rgb(115,160,89); }
td.TdClassName
{
border-color: #73A059;
}
.TagClassName
{
border-color: #73A059;
}
</style>