Shades of Asparagus #73A55B
Tints of Asparagus #73A55B
RGB
CMYK
RGB Variations
Color information
#73A55B (or 0x73A55B) is known color: Asparagus. HEX triplet: 73, A5 and 5B. RGB value is (115,165,91). Sum of RGB (Red+Green+Blue) = 115+165+91=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #73A55B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A55B is #8C5AA4. Grayscale: #8D8D8D. Windows color (decimal): -9198245 or 6006131. OLE color: 6006131.
HSL color Cylindrical-coordinate representation of color #73A55B: hue angle of 100.54º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A55B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 165 | 91 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.35 |
| HSL | 100.54º | 0.29% | 0.5% | - |
| HSV(B) | 100.54º | 0.45% | 0.65% | - |
| XYZ | 22.41 | 31.31 | 14.76 | - |
| YUV | 141.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 91 | 0.30 | 0 | 0.45 | 0.35 | 100.54 | 0.29 | 0.5 |
| Hex | 73 | A5 | 5B | 1E | 0 | 2D | 23 | 65 | 1D | 32 |
| Octal | 163 | 245 | 133 | 36 | 0 | 55 | 43 | 145 | 35 | 62 |
| Binary | 1110011 | 10100101 | 1011011 | 11110 | 0 | 101101 | 100011 | 1100101 | 11101 | 110010 |
Color Harmonies of #73A55B
Complementary color
Monochromatic Colors of #73A55B
Black with #73A55B
Text Example
Text Example
White with #73A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A55B; }
p { color: rgb(115,165,91); }
H1.HeaderClassName
{
color: #73A55B;
}
.AnyTagClassName
{
color: #73A55B;
}
</style>
background-color css
<style>
a { background-color: #73A55B; }
a { background-color: rgb(115,165,91); }
div.DivClassName
{
background-color: #73A55B;
}
.BgClassName
{
background-color: #73A55B;
}
</style>
border-color css
<style>
span { border-color: #73A55B; }
span { border-color: rgb(115,165,91); }
td.TdClassName
{
border-color: #73A55B;
}
.TagClassName
{
border-color: #73A55B;
}
</style>