Shades of Asparagus #749A54
Tints of Asparagus #749A54
RGB
CMYK
RGB Variations
Color information
#749A54 (or 0x749A54) is known color: Asparagus. HEX triplet: 74, 9A and 54. RGB value is (116,154,84). Sum of RGB (Red+Green+Blue) = 116+154+84=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #749A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A54 is #8B65AB. Grayscale: #868686. Windows color (decimal): -9135532 or 5544564. OLE color: 5544564.
HSL color Cylindrical-coordinate representation of color #749A54: hue angle of 92.57º 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 #749A54 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 84 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.40 |
| HSL | 92.57º | 0.29% | 0.47% | - |
| HSV(B) | 92.57º | 0.45% | 0.6% | - |
| XYZ | 20.36 | 27.46 | 12.62 | - |
| YUV | 134.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 84 | 0.25 | 0 | 0.45 | 0.40 | 92.57 | 0.29 | 0.47 |
| Hex | 74 | 9A | 54 | 19 | 0 | 2D | 28 | 5D | 1D | 2F |
| Octal | 164 | 232 | 124 | 31 | 0 | 55 | 50 | 135 | 35 | 57 |
| Binary | 1110100 | 10011010 | 1010100 | 11001 | 0 | 101101 | 101000 | 1011101 | 11101 | 101111 |
Color Harmonies of #749A54
Complementary color
Monochromatic Colors of #749A54
Black with #749A54
Text Example
Text Example
White with #749A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A54; }
p { color: rgb(116,154,84); }
H1.HeaderClassName
{
color: #749A54;
}
.AnyTagClassName
{
color: #749A54;
}
</style>
background-color css
<style>
a { background-color: #749A54; }
a { background-color: rgb(116,154,84); }
div.DivClassName
{
background-color: #749A54;
}
.BgClassName
{
background-color: #749A54;
}
</style>
border-color css
<style>
span { border-color: #749A54; }
span { border-color: rgb(116,154,84); }
td.TdClassName
{
border-color: #749A54;
}
.TagClassName
{
border-color: #749A54;
}
</style>