Shades of Asparagus #729A5E
Tints of Asparagus #729A5E
RGB
CMYK
RGB Variations
Color information
#729A5E (or 0x729A5E) is known color: Asparagus. HEX triplet: 72, 9A and 5E. RGB value is (114,154,94). Sum of RGB (Red+Green+Blue) = 114+154+94=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 154 - color contains mainly: green. Hex color #729A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A5E is #8D65A1. Grayscale: #878787. Windows color (decimal): -9266594 or 6199922. OLE color: 6199922.
HSL color Cylindrical-coordinate representation of color #729A5E: hue angle of 100º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #729A5E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 94 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.40 |
| HSL | 100º | 0.24% | 0.49% | - |
| HSV(B) | 100º | 0.39% | 0.6% | - |
| XYZ | 20.52 | 27.5 | 14.82 | - |
| YUV | 135.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 94 | 0.26 | 0 | 0.39 | 0.40 | 100 | 0.24 | 0.49 |
| Hex | 72 | 9A | 5E | 1A | 0 | 27 | 28 | 64 | 18 | 31 |
| Octal | 162 | 232 | 136 | 32 | 0 | 47 | 50 | 144 | 30 | 61 |
| Binary | 1110010 | 10011010 | 1011110 | 11010 | 0 | 100111 | 101000 | 1100100 | 11000 | 110001 |
Color Harmonies of #729A5E
Complementary color
Monochromatic Colors of #729A5E
Black with #729A5E
Text Example
Text Example
White with #729A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A5E; }
p { color: rgb(114,154,94); }
H1.HeaderClassName
{
color: #729A5E;
}
.AnyTagClassName
{
color: #729A5E;
}
</style>
background-color css
<style>
a { background-color: #729A5E; }
a { background-color: rgb(114,154,94); }
div.DivClassName
{
background-color: #729A5E;
}
.BgClassName
{
background-color: #729A5E;
}
</style>
border-color css
<style>
span { border-color: #729A5E; }
span { border-color: rgb(114,154,94); }
td.TdClassName
{
border-color: #729A5E;
}
.TagClassName
{
border-color: #729A5E;
}
</style>