Shades of Asparagus #749E61
Tints of Asparagus #749E61
RGB
CMYK
RGB Variations
Color information
#749E61 (or 0x749E61) is known color: Asparagus. HEX triplet: 74, 9E and 61. RGB value is (116,158,97). Sum of RGB (Red+Green+Blue) = 116+158+97=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #749E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E61 is #8B619E. Grayscale: #8A8A8A. Windows color (decimal): -9134495 or 6397556. OLE color: 6397556.
HSL color Cylindrical-coordinate representation of color #749E61: hue angle of 101.31º 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 #749E61 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 97 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.38 |
| HSL | 101.31º | 0.24% | 0.5% | - |
| HSV(B) | 101.31º | 0.39% | 0.62% | - |
| XYZ | 21.59 | 29.03 | 15.77 | - |
| YUV | 138.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 97 | 0.27 | 0 | 0.39 | 0.38 | 101.31 | 0.24 | 0.5 |
| Hex | 74 | 9E | 61 | 1B | 0 | 27 | 26 | 65 | 18 | 32 |
| Octal | 164 | 236 | 141 | 33 | 0 | 47 | 46 | 145 | 30 | 62 |
| Binary | 1110100 | 10011110 | 1100001 | 11011 | 0 | 100111 | 100110 | 1100101 | 11000 | 110010 |
Color Harmonies of #749E61
Complementary color
Monochromatic Colors of #749E61
Black with #749E61
Text Example
Text Example
White with #749E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E61; }
p { color: rgb(116,158,97); }
H1.HeaderClassName
{
color: #749E61;
}
.AnyTagClassName
{
color: #749E61;
}
</style>
background-color css
<style>
a { background-color: #749E61; }
a { background-color: rgb(116,158,97); }
div.DivClassName
{
background-color: #749E61;
}
.BgClassName
{
background-color: #749E61;
}
</style>
border-color css
<style>
span { border-color: #749E61; }
span { border-color: rgb(116,158,97); }
td.TdClassName
{
border-color: #749E61;
}
.TagClassName
{
border-color: #749E61;
}
</style>