Shades of Asparagus #749E60
Tints of Asparagus #749E60
RGB
CMYK
RGB Variations
Color information
#749E60 (or 0x749E60) is known color: Asparagus. HEX triplet: 74, 9E and 60. RGB value is (116,158,96). Sum of RGB (Red+Green+Blue) = 116+158+96=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #749E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E60 is #8B619F. Grayscale: #8A8A8A. Windows color (decimal): -9134496 or 6332020. OLE color: 6332020.
HSL color Cylindrical-coordinate representation of color #749E60: hue angle of 100.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #749E60 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 96 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.38 |
| HSL | 100.65º | 0.24% | 0.5% | - |
| HSV(B) | 100.65º | 0.39% | 0.62% | - |
| XYZ | 21.54 | 29.01 | 15.53 | - |
| YUV | 138.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 96 | 0.27 | 0 | 0.39 | 0.38 | 100.65 | 0.24 | 0.5 |
| Hex | 74 | 9E | 60 | 1B | 0 | 27 | 26 | 65 | 18 | 32 |
| Octal | 164 | 236 | 140 | 33 | 0 | 47 | 46 | 145 | 30 | 62 |
| Binary | 1110100 | 10011110 | 1100000 | 11011 | 0 | 100111 | 100110 | 1100101 | 11000 | 110010 |
Color Harmonies of #749E60
Complementary color
Monochromatic Colors of #749E60
Black with #749E60
Text Example
Text Example
White with #749E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E60; }
p { color: rgb(116,158,96); }
H1.HeaderClassName
{
color: #749E60;
}
.AnyTagClassName
{
color: #749E60;
}
</style>
background-color css
<style>
a { background-color: #749E60; }
a { background-color: rgb(116,158,96); }
div.DivClassName
{
background-color: #749E60;
}
.BgClassName
{
background-color: #749E60;
}
</style>
border-color css
<style>
span { border-color: #749E60; }
span { border-color: rgb(116,158,96); }
td.TdClassName
{
border-color: #749E60;
}
.TagClassName
{
border-color: #749E60;
}
</style>