Shades of Asparagus #729A5D
Tints of Asparagus #729A5D
RGB
CMYK
RGB Variations
Color information
#729A5D (or 0x729A5D) is known color: Asparagus. HEX triplet: 72, 9A and 5D. RGB value is (114,154,93). Sum of RGB (Red+Green+Blue) = 114+154+93=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #729A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A5D is #8D65A2. Grayscale: #878787. Windows color (decimal): -9266595 or 6134386. OLE color: 6134386.
HSL color Cylindrical-coordinate representation of color #729A5D: hue angle of 99.34º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #729A5D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 93 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.40 |
| HSL | 99.34º | 0.25% | 0.48% | - |
| HSV(B) | 99.34º | 0.4% | 0.6% | - |
| XYZ | 20.47 | 27.48 | 14.58 | - |
| YUV | 135.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 93 | 0.26 | 0 | 0.40 | 0.40 | 99.34 | 0.25 | 0.48 |
| Hex | 72 | 9A | 5D | 1A | 0 | 28 | 28 | 63 | 19 | 30 |
| Octal | 162 | 232 | 135 | 32 | 0 | 50 | 50 | 143 | 31 | 60 |
| Binary | 1110010 | 10011010 | 1011101 | 11010 | 0 | 101000 | 101000 | 1100011 | 11001 | 110000 |
Color Harmonies of #729A5D
Complementary color
Monochromatic Colors of #729A5D
Black with #729A5D
Text Example
Text Example
White with #729A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A5D; }
p { color: rgb(114,154,93); }
H1.HeaderClassName
{
color: #729A5D;
}
.AnyTagClassName
{
color: #729A5D;
}
</style>
background-color css
<style>
a { background-color: #729A5D; }
a { background-color: rgb(114,154,93); }
div.DivClassName
{
background-color: #729A5D;
}
.BgClassName
{
background-color: #729A5D;
}
</style>
border-color css
<style>
span { border-color: #729A5D; }
span { border-color: rgb(114,154,93); }
td.TdClassName
{
border-color: #729A5D;
}
.TagClassName
{
border-color: #729A5D;
}
</style>