Shades of Asparagus #729E5F
Tints of Asparagus #729E5F
RGB
CMYK
RGB Variations
Color information
#729E5F (or 0x729E5F) is known color: Asparagus. HEX triplet: 72, 9E and 5F. RGB value is (114,158,95). Sum of RGB (Red+Green+Blue) = 114+158+95=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #729E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E5F is #8D61A0. Grayscale: #898989. Windows color (decimal): -9265569 or 6266482. OLE color: 6266482.
HSL color Cylindrical-coordinate representation of color #729E5F: hue angle of 101.9º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #729E5F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 95 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.38 |
| HSL | 101.9º | 0.25% | 0.5% | - |
| HSV(B) | 101.9º | 0.4% | 0.62% | - |
| XYZ | 21.23 | 28.86 | 15.28 | - |
| YUV | 137.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 95 | 0.28 | 0 | 0.40 | 0.38 | 101.9 | 0.25 | 0.5 |
| Hex | 72 | 9E | 5F | 1C | 0 | 28 | 26 | 66 | 19 | 32 |
| Octal | 162 | 236 | 137 | 34 | 0 | 50 | 46 | 146 | 31 | 62 |
| Binary | 1110010 | 10011110 | 1011111 | 11100 | 0 | 101000 | 100110 | 1100110 | 11001 | 110010 |
Color Harmonies of #729E5F
Complementary color
Monochromatic Colors of #729E5F
Black with #729E5F
Text Example
Text Example
White with #729E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E5F; }
p { color: rgb(114,158,95); }
H1.HeaderClassName
{
color: #729E5F;
}
.AnyTagClassName
{
color: #729E5F;
}
</style>
background-color css
<style>
a { background-color: #729E5F; }
a { background-color: rgb(114,158,95); }
div.DivClassName
{
background-color: #729E5F;
}
.BgClassName
{
background-color: #729E5F;
}
</style>
border-color css
<style>
span { border-color: #729E5F; }
span { border-color: rgb(114,158,95); }
td.TdClassName
{
border-color: #729E5F;
}
.TagClassName
{
border-color: #729E5F;
}
</style>