Shades of Asparagus #73A45C
Tints of Asparagus #73A45C
RGB
CMYK
RGB Variations
Color information
#73A45C (or 0x73A45C) is known color: Asparagus. HEX triplet: 73, A4 and 5C. RGB value is (115,164,92). Sum of RGB (Red+Green+Blue) = 115+164+92=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #73A45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A45C is #8C5BA3. Grayscale: #8D8D8D. Windows color (decimal): -9198500 or 6071411. OLE color: 6071411.
HSL color Cylindrical-coordinate representation of color #73A45C: hue angle of 100.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A45C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 92 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.36 |
| HSL | 100.83º | 0.28% | 0.5% | - |
| HSV(B) | 100.83º | 0.44% | 0.64% | - |
| XYZ | 22.28 | 30.97 | 14.93 | - |
| YUV | 141.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 92 | 0.30 | 0 | 0.44 | 0.36 | 100.83 | 0.28 | 0.5 |
| Hex | 73 | A4 | 5C | 1E | 0 | 2C | 24 | 65 | 1C | 32 |
| Octal | 163 | 244 | 134 | 36 | 0 | 54 | 44 | 145 | 34 | 62 |
| Binary | 1110011 | 10100100 | 1011100 | 11110 | 0 | 101100 | 100100 | 1100101 | 11100 | 110010 |
Color Harmonies of #73A45C
Complementary color
Monochromatic Colors of #73A45C
Black with #73A45C
Text Example
Text Example
White with #73A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A45C; }
p { color: rgb(115,164,92); }
H1.HeaderClassName
{
color: #73A45C;
}
.AnyTagClassName
{
color: #73A45C;
}
</style>
background-color css
<style>
a { background-color: #73A45C; }
a { background-color: rgb(115,164,92); }
div.DivClassName
{
background-color: #73A45C;
}
.BgClassName
{
background-color: #73A45C;
}
</style>
border-color css
<style>
span { border-color: #73A45C; }
span { border-color: rgb(115,164,92); }
td.TdClassName
{
border-color: #73A45C;
}
.TagClassName
{
border-color: #73A45C;
}
</style>