Shades of Asparagus #73995E
Tints of Asparagus #73995E
RGB
CMYK
RGB Variations
Color information
#73995E (or 0x73995E) is known color: Asparagus. HEX triplet: 73, 99 and 5E. RGB value is (115,153,94). Sum of RGB (Red+Green+Blue) = 115+153+94=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #73995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73995E is #8C66A1. Grayscale: #878787. Windows color (decimal): -9201314 or 6199667. OLE color: 6199667.
HSL color Cylindrical-coordinate representation of color #73995E: hue angle of 98.64º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73995E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 94 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.4 |
| HSL | 98.64º | 0.24% | 0.48% | - |
| HSV(B) | 98.64º | 0.39% | 0.6% | - |
| XYZ | 20.48 | 27.24 | 14.77 | - |
| YUV | 134.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 94 | 0.25 | 0 | 0.39 | 0.4 | 98.64 | 0.24 | 0.48 |
| Hex | 73 | 99 | 5E | 19 | 0 | 27 | 28 | 63 | 18 | 30 |
| Octal | 163 | 231 | 136 | 31 | 0 | 47 | 50 | 143 | 30 | 60 |
| Binary | 1110011 | 10011001 | 1011110 | 11001 | 0 | 100111 | 101000 | 1100011 | 11000 | 110000 |
Color Harmonies of #73995E
Complementary color
Monochromatic Colors of #73995E
Black with #73995E
Text Example
Text Example
White with #73995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73995E; }
p { color: rgb(115,153,94); }
H1.HeaderClassName
{
color: #73995E;
}
.AnyTagClassName
{
color: #73995E;
}
</style>
background-color css
<style>
a { background-color: #73995E; }
a { background-color: rgb(115,153,94); }
div.DivClassName
{
background-color: #73995E;
}
.BgClassName
{
background-color: #73995E;
}
</style>
border-color css
<style>
span { border-color: #73995E; }
span { border-color: rgb(115,153,94); }
td.TdClassName
{
border-color: #73995E;
}
.TagClassName
{
border-color: #73995E;
}
</style>