Shades of Asparagus #73A94C
Tints of Asparagus #73A94C
RGB
CMYK
RGB Variations
Color information
#73A94C (or 0x73A94C) is known color: Asparagus. HEX triplet: 73, A9 and 4C. RGB value is (115,169,76). Sum of RGB (Red+Green+Blue) = 115+169+76=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #73A94C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A94C is #8C56B3. Grayscale: #8E8E8E. Windows color (decimal): -9197236 or 5024115. OLE color: 5024115.
HSL color Cylindrical-coordinate representation of color #73A94C: hue angle of 94.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73A94C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 76 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.34 |
| HSL | 94.84º | 0.38% | 0.48% | - |
| HSV(B) | 94.84º | 0.55% | 0.66% | - |
| XYZ | 22.56 | 32.54 | 11.93 | - |
| YUV | 142.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 76 | 0.32 | 0 | 0.55 | 0.34 | 94.84 | 0.38 | 0.48 |
| Hex | 73 | A9 | 4C | 20 | 0 | 37 | 22 | 5F | 26 | 30 |
| Octal | 163 | 251 | 114 | 40 | 0 | 67 | 42 | 137 | 46 | 60 |
| Binary | 1110011 | 10101001 | 1001100 | 100000 | 0 | 110111 | 100010 | 1011111 | 100110 | 110000 |
Color Harmonies of #73A94C
Complementary color
Monochromatic Colors of #73A94C
Black with #73A94C
Text Example
Text Example
White with #73A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A94C; }
p { color: rgb(115,169,76); }
H1.HeaderClassName
{
color: #73A94C;
}
.AnyTagClassName
{
color: #73A94C;
}
</style>
background-color css
<style>
a { background-color: #73A94C; }
a { background-color: rgb(115,169,76); }
div.DivClassName
{
background-color: #73A94C;
}
.BgClassName
{
background-color: #73A94C;
}
</style>
border-color css
<style>
span { border-color: #73A94C; }
span { border-color: rgb(115,169,76); }
td.TdClassName
{
border-color: #73A94C;
}
.TagClassName
{
border-color: #73A94C;
}
</style>