Shades of Asparagus #73A145
Tints of Asparagus #73A145
RGB
CMYK
RGB Variations
Color information
#73A145 (or 0x73A145) is known color: Asparagus. HEX triplet: 73, A1 and 45. RGB value is (115,161,69). Sum of RGB (Red+Green+Blue) = 115+161+69=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #73A145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A145 is #8C5EBA. Grayscale: #898989. Windows color (decimal): -9199291 or 4563315. OLE color: 4563315.
HSL color Cylindrical-coordinate representation of color #73A145: hue angle of 90º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73A145 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 69 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.37 |
| HSL | 90º | 0.4% | 0.45% | - |
| HSV(B) | 90º | 0.57% | 0.63% | - |
| XYZ | 20.89 | 29.56 | 10.24 | - |
| YUV | 136.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 69 | 0.29 | 0 | 0.57 | 0.37 | 90 | 0.4 | 0.45 |
| Hex | 73 | A1 | 45 | 1D | 0 | 39 | 25 | 5A | 28 | 2D |
| Octal | 163 | 241 | 105 | 35 | 0 | 71 | 45 | 132 | 50 | 55 |
| Binary | 1110011 | 10100001 | 1000101 | 11101 | 0 | 111001 | 100101 | 1011010 | 101000 | 101101 |
Color Harmonies of #73A145
Complementary color
Monochromatic Colors of #73A145
Black with #73A145
Text Example
Text Example
White with #73A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A145; }
p { color: rgb(115,161,69); }
H1.HeaderClassName
{
color: #73A145;
}
.AnyTagClassName
{
color: #73A145;
}
</style>
background-color css
<style>
a { background-color: #73A145; }
a { background-color: rgb(115,161,69); }
div.DivClassName
{
background-color: #73A145;
}
.BgClassName
{
background-color: #73A145;
}
</style>
border-color css
<style>
span { border-color: #73A145; }
span { border-color: rgb(115,161,69); }
td.TdClassName
{
border-color: #73A145;
}
.TagClassName
{
border-color: #73A145;
}
</style>