Shades of Asparagus #73AA50
Tints of Asparagus #73AA50
RGB
CMYK
RGB Variations
Color information
#73AA50 (or 0x73AA50) is known color: Asparagus. HEX triplet: 73, AA and 50. RGB value is (115,170,80). Sum of RGB (Red+Green+Blue) = 115+170+80=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA50 is #8C55AF. Grayscale: #8F8F8F. Windows color (decimal): -9196976 or 5286515. OLE color: 5286515.
HSL color Cylindrical-coordinate representation of color #73AA50: hue angle of 96.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73AA50 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 80 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.33 |
| HSL | 96.67º | 0.36% | 0.49% | - |
| HSV(B) | 96.67º | 0.53% | 0.67% | - |
| XYZ | 22.89 | 32.97 | 12.75 | - |
| YUV | 143.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 80 | 0.32 | 0 | 0.53 | 0.33 | 96.67 | 0.36 | 0.49 |
| Hex | 73 | AA | 50 | 20 | 0 | 35 | 21 | 61 | 24 | 31 |
| Octal | 163 | 252 | 120 | 40 | 0 | 65 | 41 | 141 | 44 | 61 |
| Binary | 1110011 | 10101010 | 1010000 | 100000 | 0 | 110101 | 100001 | 1100001 | 100100 | 110001 |
Color Harmonies of #73AA50
Complementary color
Monochromatic Colors of #73AA50
Black with #73AA50
Text Example
Text Example
White with #73AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA50; }
p { color: rgb(115,170,80); }
H1.HeaderClassName
{
color: #73AA50;
}
.AnyTagClassName
{
color: #73AA50;
}
</style>
background-color css
<style>
a { background-color: #73AA50; }
a { background-color: rgb(115,170,80); }
div.DivClassName
{
background-color: #73AA50;
}
.BgClassName
{
background-color: #73AA50;
}
</style>
border-color css
<style>
span { border-color: #73AA50; }
span { border-color: rgb(115,170,80); }
td.TdClassName
{
border-color: #73AA50;
}
.TagClassName
{
border-color: #73AA50;
}
</style>