Shades of Asparagus #729A55
Tints of Asparagus #729A55
RGB
CMYK
RGB Variations
Color information
#729A55 (or 0x729A55) is known color: Asparagus. HEX triplet: 72, 9A and 55. RGB value is (114,154,85). Sum of RGB (Red+Green+Blue) = 114+154+85=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #729A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A55 is #8D65AA. Grayscale: #868686. Windows color (decimal): -9266603 or 5610098. OLE color: 5610098.
HSL color Cylindrical-coordinate representation of color #729A55: hue angle of 94.78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729A55 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 85 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.40 |
| HSL | 94.78º | 0.29% | 0.47% | - |
| HSV(B) | 94.78º | 0.45% | 0.6% | - |
| XYZ | 20.13 | 27.34 | 12.81 | - |
| YUV | 134.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 85 | 0.26 | 0 | 0.45 | 0.40 | 94.78 | 0.29 | 0.47 |
| Hex | 72 | 9A | 55 | 1A | 0 | 2D | 28 | 5F | 1D | 2F |
| Octal | 162 | 232 | 125 | 32 | 0 | 55 | 50 | 137 | 35 | 57 |
| Binary | 1110010 | 10011010 | 1010101 | 11010 | 0 | 101101 | 101000 | 1011111 | 11101 | 101111 |
Color Harmonies of #729A55
Complementary color
Monochromatic Colors of #729A55
Black with #729A55
Text Example
Text Example
White with #729A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A55; }
p { color: rgb(114,154,85); }
H1.HeaderClassName
{
color: #729A55;
}
.AnyTagClassName
{
color: #729A55;
}
</style>
background-color css
<style>
a { background-color: #729A55; }
a { background-color: rgb(114,154,85); }
div.DivClassName
{
background-color: #729A55;
}
.BgClassName
{
background-color: #729A55;
}
</style>
border-color css
<style>
span { border-color: #729A55; }
span { border-color: rgb(114,154,85); }
td.TdClassName
{
border-color: #729A55;
}
.TagClassName
{
border-color: #729A55;
}
</style>