Shades of Asparagus #73A94B
Tints of Asparagus #73A94B
RGB
CMYK
RGB Variations
Color information
#73A94B (or 0x73A94B) is known color: Asparagus. HEX triplet: 73, A9 and 4B. RGB value is (115,169,75). Sum of RGB (Red+Green+Blue) = 115+169+75=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #73A94B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A94B is #8C56B4. Grayscale: #8E8E8E. Windows color (decimal): -9197237 or 4958579. OLE color: 4958579.
HSL color Cylindrical-coordinate representation of color #73A94B: hue angle of 94.47º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73A94B is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 75 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.34 |
| HSL | 94.47º | 0.39% | 0.48% | - |
| HSV(B) | 94.47º | 0.56% | 0.66% | - |
| XYZ | 22.53 | 32.53 | 11.75 | - |
| YUV | 142.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 75 | 0.32 | 0 | 0.56 | 0.34 | 94.47 | 0.39 | 0.48 |
| Hex | 73 | A9 | 4B | 20 | 0 | 38 | 22 | 5E | 27 | 30 |
| Octal | 163 | 251 | 113 | 40 | 0 | 70 | 42 | 136 | 47 | 60 |
| Binary | 1110011 | 10101001 | 1001011 | 100000 | 0 | 111000 | 100010 | 1011110 | 100111 | 110000 |
Color Harmonies of #73A94B
Complementary color
Monochromatic Colors of #73A94B
Black with #73A94B
Text Example
Text Example
White with #73A94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A94B; }
p { color: rgb(115,169,75); }
H1.HeaderClassName
{
color: #73A94B;
}
.AnyTagClassName
{
color: #73A94B;
}
</style>
background-color css
<style>
a { background-color: #73A94B; }
a { background-color: rgb(115,169,75); }
div.DivClassName
{
background-color: #73A94B;
}
.BgClassName
{
background-color: #73A94B;
}
</style>
border-color css
<style>
span { border-color: #73A94B; }
span { border-color: rgb(115,169,75); }
td.TdClassName
{
border-color: #73A94B;
}
.TagClassName
{
border-color: #73A94B;
}
</style>