Shades of Asparagus #73A258
Tints of Asparagus #73A258
RGB
CMYK
RGB Variations
Color information
#73A258 (or 0x73A258) is known color: Asparagus. HEX triplet: 73, A2 and 58. RGB value is (115,162,88). Sum of RGB (Red+Green+Blue) = 115+162+88=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #73A258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A258 is #8C5DA7. Grayscale: #8B8B8B. Windows color (decimal): -9199016 or 5808755. OLE color: 5808755.
HSL color Cylindrical-coordinate representation of color #73A258: hue angle of 98.11º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73A258 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 88 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.36 |
| HSL | 98.11º | 0.3% | 0.49% | - |
| HSV(B) | 98.11º | 0.46% | 0.64% | - |
| XYZ | 21.75 | 30.19 | 13.91 | - |
| YUV | 139.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 88 | 0.29 | 0 | 0.46 | 0.36 | 98.11 | 0.3 | 0.49 |
| Hex | 73 | A2 | 58 | 1D | 0 | 2E | 24 | 62 | 1E | 31 |
| Octal | 163 | 242 | 130 | 35 | 0 | 56 | 44 | 142 | 36 | 61 |
| Binary | 1110011 | 10100010 | 1011000 | 11101 | 0 | 101110 | 100100 | 1100010 | 11110 | 110001 |
Color Harmonies of #73A258
Complementary color
Monochromatic Colors of #73A258
Black with #73A258
Text Example
Text Example
White with #73A258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A258; }
p { color: rgb(115,162,88); }
H1.HeaderClassName
{
color: #73A258;
}
.AnyTagClassName
{
color: #73A258;
}
</style>
background-color css
<style>
a { background-color: #73A258; }
a { background-color: rgb(115,162,88); }
div.DivClassName
{
background-color: #73A258;
}
.BgClassName
{
background-color: #73A258;
}
</style>
border-color css
<style>
span { border-color: #73A258; }
span { border-color: rgb(115,162,88); }
td.TdClassName
{
border-color: #73A258;
}
.TagClassName
{
border-color: #73A258;
}
</style>