Shades of Asparagus #73A95D
Tints of Asparagus #73A95D
RGB
CMYK
RGB Variations
Color information
#73A95D (or 0x73A95D) is known color: Asparagus. HEX triplet: 73, A9 and 5D. RGB value is (115,169,93). Sum of RGB (Red+Green+Blue) = 115+169+93=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #73A95D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A95D is #8C56A2. Grayscale: #909090. Windows color (decimal): -9197219 or 6138227. OLE color: 6138227.
HSL color Cylindrical-coordinate representation of color #73A95D: hue angle of 102.63º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A95D is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 93 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.34 |
| HSL | 102.63º | 0.31% | 0.51% | - |
| HSV(B) | 102.63º | 0.45% | 0.66% | - |
| XYZ | 23.23 | 32.81 | 15.46 | - |
| YUV | 144.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 93 | 0.32 | 0 | 0.45 | 0.34 | 102.63 | 0.31 | 0.51 |
| Hex | 73 | A9 | 5D | 20 | 0 | 2D | 22 | 67 | 1F | 33 |
| Octal | 163 | 251 | 135 | 40 | 0 | 55 | 42 | 147 | 37 | 63 |
| Binary | 1110011 | 10101001 | 1011101 | 100000 | 0 | 101101 | 100010 | 1100111 | 11111 | 110011 |
Color Harmonies of #73A95D
Complementary color
Monochromatic Colors of #73A95D
Black with #73A95D
Text Example
Text Example
White with #73A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A95D; }
p { color: rgb(115,169,93); }
H1.HeaderClassName
{
color: #73A95D;
}
.AnyTagClassName
{
color: #73A95D;
}
</style>
background-color css
<style>
a { background-color: #73A95D; }
a { background-color: rgb(115,169,93); }
div.DivClassName
{
background-color: #73A95D;
}
.BgClassName
{
background-color: #73A95D;
}
</style>
border-color css
<style>
span { border-color: #73A95D; }
span { border-color: rgb(115,169,93); }
td.TdClassName
{
border-color: #73A95D;
}
.TagClassName
{
border-color: #73A95D;
}
</style>