Shades of Asparagus #73AD60
Tints of Asparagus #73AD60
RGB
CMYK
RGB Variations
Color information
#73AD60 (or 0x73AD60) is known color: Asparagus. HEX triplet: 73, AD and 60. RGB value is (115,173,96). Sum of RGB (Red+Green+Blue) = 115+173+96=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AD60 is #8C529F. Grayscale: #939393. Windows color (decimal): -9196192 or 6335859. OLE color: 6335859.
HSL color Cylindrical-coordinate representation of color #73AD60: hue angle of 105.19º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73AD60 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 96 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.32 |
| HSL | 105.19º | 0.32% | 0.53% | - |
| HSV(B) | 105.19º | 0.45% | 0.68% | - |
| XYZ | 24.13 | 34.38 | 16.43 | - |
| YUV | 146.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 96 | 0.34 | 0 | 0.45 | 0.32 | 105.19 | 0.32 | 0.53 |
| Hex | 73 | AD | 60 | 22 | 0 | 2D | 20 | 69 | 20 | 35 |
| Octal | 163 | 255 | 140 | 42 | 0 | 55 | 40 | 151 | 40 | 65 |
| Binary | 1110011 | 10101101 | 1100000 | 100010 | 0 | 101101 | 100000 | 1101001 | 100000 | 110101 |
Color Harmonies of #73AD60
Complementary color
Monochromatic Colors of #73AD60
Black with #73AD60
Text Example
Text Example
White with #73AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD60; }
p { color: rgb(115,173,96); }
H1.HeaderClassName
{
color: #73AD60;
}
.AnyTagClassName
{
color: #73AD60;
}
</style>
background-color css
<style>
a { background-color: #73AD60; }
a { background-color: rgb(115,173,96); }
div.DivClassName
{
background-color: #73AD60;
}
.BgClassName
{
background-color: #73AD60;
}
</style>
border-color css
<style>
span { border-color: #73AD60; }
span { border-color: rgb(115,173,96); }
td.TdClassName
{
border-color: #73AD60;
}
.TagClassName
{
border-color: #73AD60;
}
</style>