Shades of Asparagus #73A051
Tints of Asparagus #73A051
RGB
CMYK
RGB Variations
Color information
#73A051 (or 0x73A051) is known color: Asparagus. HEX triplet: 73, A0 and 51. RGB value is (115,160,81). Sum of RGB (Red+Green+Blue) = 115+160+81=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #73A051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A051 is #8C5FAE. Grayscale: #898989. Windows color (decimal): -9199535 or 5349491. OLE color: 5349491.
HSL color Cylindrical-coordinate representation of color #73A051: hue angle of 94.18º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73A051 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 81 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.37 |
| HSL | 94.18º | 0.33% | 0.47% | - |
| HSV(B) | 94.18º | 0.49% | 0.63% | - |
| XYZ | 21.13 | 29.38 | 12.34 | - |
| YUV | 137.54 | 96.09 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 81 | 0.28 | 0 | 0.49 | 0.37 | 94.18 | 0.33 | 0.47 |
| Hex | 73 | A0 | 51 | 1C | 0 | 31 | 25 | 5E | 21 | 2F |
| Octal | 163 | 240 | 121 | 34 | 0 | 61 | 45 | 136 | 41 | 57 |
| Binary | 1110011 | 10100000 | 1010001 | 11100 | 0 | 110001 | 100101 | 1011110 | 100001 | 101111 |
Color Harmonies of #73A051
Complementary color
Monochromatic Colors of #73A051
Black with #73A051
Text Example
Text Example
White with #73A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A051; }
p { color: rgb(115,160,81); }
H1.HeaderClassName
{
color: #73A051;
}
.AnyTagClassName
{
color: #73A051;
}
</style>
background-color css
<style>
a { background-color: #73A051; }
a { background-color: rgb(115,160,81); }
div.DivClassName
{
background-color: #73A051;
}
.BgClassName
{
background-color: #73A051;
}
</style>
border-color css
<style>
span { border-color: #73A051; }
span { border-color: rgb(115,160,81); }
td.TdClassName
{
border-color: #73A051;
}
.TagClassName
{
border-color: #73A051;
}
</style>