Shades of Asparagus #73A75A
Tints of Asparagus #73A75A
RGB
CMYK
RGB Variations
Color information
#73A75A (or 0x73A75A) is known color: Asparagus. HEX triplet: 73, A7 and 5A. RGB value is (115,167,90). Sum of RGB (Red+Green+Blue) = 115+167+90=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #73A75A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A75A is #8C58A5. Grayscale: #8E8E8E. Windows color (decimal): -9197734 or 5941107. OLE color: 5941107.
HSL color Cylindrical-coordinate representation of color #73A75A: hue angle of 100.52º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73A75A is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 90 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.35 |
| HSL | 100.52º | 0.3% | 0.5% | - |
| HSV(B) | 100.52º | 0.46% | 0.65% | - |
| XYZ | 22.73 | 32.02 | 14.66 | - |
| YUV | 142.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 90 | 0.31 | 0 | 0.46 | 0.35 | 100.52 | 0.3 | 0.5 |
| Hex | 73 | A7 | 5A | 1F | 0 | 2E | 23 | 65 | 1E | 32 |
| Octal | 163 | 247 | 132 | 37 | 0 | 56 | 43 | 145 | 36 | 62 |
| Binary | 1110011 | 10100111 | 1011010 | 11111 | 0 | 101110 | 100011 | 1100101 | 11110 | 110010 |
Color Harmonies of #73A75A
Complementary color
Monochromatic Colors of #73A75A
Black with #73A75A
Text Example
Text Example
White with #73A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A75A; }
p { color: rgb(115,167,90); }
H1.HeaderClassName
{
color: #73A75A;
}
.AnyTagClassName
{
color: #73A75A;
}
</style>
background-color css
<style>
a { background-color: #73A75A; }
a { background-color: rgb(115,167,90); }
div.DivClassName
{
background-color: #73A75A;
}
.BgClassName
{
background-color: #73A75A;
}
</style>
border-color css
<style>
span { border-color: #73A75A; }
span { border-color: rgb(115,167,90); }
td.TdClassName
{
border-color: #73A75A;
}
.TagClassName
{
border-color: #73A75A;
}
</style>