Shades of Asparagus #73A159
Tints of Asparagus #73A159
RGB
CMYK
RGB Variations
Color information
#73A159 (or 0x73A159) is known color: Asparagus. HEX triplet: 73, A1 and 59. RGB value is (115,161,89). Sum of RGB (Red+Green+Blue) = 115+161+89=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #73A159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A159 is #8C5EA6. Grayscale: #8B8B8B. Windows color (decimal): -9199271 or 5874035. OLE color: 5874035.
HSL color Cylindrical-coordinate representation of color #73A159: hue angle of 98.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A159 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 89 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.37 |
| HSL | 98.33º | 0.29% | 0.49% | - |
| HSV(B) | 98.33º | 0.45% | 0.63% | - |
| XYZ | 21.62 | 29.86 | 14.07 | - |
| YUV | 139.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 89 | 0.29 | 0 | 0.45 | 0.37 | 98.33 | 0.29 | 0.49 |
| Hex | 73 | A1 | 59 | 1D | 0 | 2D | 25 | 62 | 1D | 31 |
| Octal | 163 | 241 | 131 | 35 | 0 | 55 | 45 | 142 | 35 | 61 |
| Binary | 1110011 | 10100001 | 1011001 | 11101 | 0 | 101101 | 100101 | 1100010 | 11101 | 110001 |
Color Harmonies of #73A159
Complementary color
Monochromatic Colors of #73A159
Black with #73A159
Text Example
Text Example
White with #73A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A159; }
p { color: rgb(115,161,89); }
H1.HeaderClassName
{
color: #73A159;
}
.AnyTagClassName
{
color: #73A159;
}
</style>
background-color css
<style>
a { background-color: #73A159; }
a { background-color: rgb(115,161,89); }
div.DivClassName
{
background-color: #73A159;
}
.BgClassName
{
background-color: #73A159;
}
</style>
border-color css
<style>
span { border-color: #73A159; }
span { border-color: rgb(115,161,89); }
td.TdClassName
{
border-color: #73A159;
}
.TagClassName
{
border-color: #73A159;
}
</style>