Shades of Asparagus #729D55
Tints of Asparagus #729D55
RGB
CMYK
RGB Variations
Color information
#729D55 (or 0x729D55) is known color: Asparagus. HEX triplet: 72, 9D and 55. RGB value is (114,157,85). Sum of RGB (Red+Green+Blue) = 114+157+85=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #729D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D55 is #8D62AA. Grayscale: #888888. Windows color (decimal): -9265835 or 5610866. OLE color: 5610866.
HSL color Cylindrical-coordinate representation of color #729D55: hue angle of 95.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729D55 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 85 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.38 |
| HSL | 95.83º | 0.3% | 0.47% | - |
| HSV(B) | 95.83º | 0.46% | 0.62% | - |
| XYZ | 20.64 | 28.35 | 12.98 | - |
| YUV | 135.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 85 | 0.27 | 0 | 0.46 | 0.38 | 95.83 | 0.3 | 0.47 |
| Hex | 72 | 9D | 55 | 1B | 0 | 2E | 26 | 60 | 1E | 2F |
| Octal | 162 | 235 | 125 | 33 | 0 | 56 | 46 | 140 | 36 | 57 |
| Binary | 1110010 | 10011101 | 1010101 | 11011 | 0 | 101110 | 100110 | 1100000 | 11110 | 101111 |
Color Harmonies of #729D55
Complementary color
Monochromatic Colors of #729D55
Black with #729D55
Text Example
Text Example
White with #729D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D55; }
p { color: rgb(114,157,85); }
H1.HeaderClassName
{
color: #729D55;
}
.AnyTagClassName
{
color: #729D55;
}
</style>
background-color css
<style>
a { background-color: #729D55; }
a { background-color: rgb(114,157,85); }
div.DivClassName
{
background-color: #729D55;
}
.BgClassName
{
background-color: #729D55;
}
</style>
border-color css
<style>
span { border-color: #729D55; }
span { border-color: rgb(114,157,85); }
td.TdClassName
{
border-color: #729D55;
}
.TagClassName
{
border-color: #729D55;
}
</style>