Shades of Asparagus #749D57
Tints of Asparagus #749D57
RGB
CMYK
RGB Variations
Color information
#749D57 (or 0x749D57) is known color: Asparagus. HEX triplet: 74, 9D and 57. RGB value is (116,157,87). Sum of RGB (Red+Green+Blue) = 116+157+87=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #749D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D57 is #8B62A8. Grayscale: #898989. Windows color (decimal): -9134761 or 5741940. OLE color: 5741940.
HSL color Cylindrical-coordinate representation of color #749D57: hue angle of 95.14º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #749D57 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 87 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.38 |
| HSL | 95.14º | 0.29% | 0.48% | - |
| HSV(B) | 95.14º | 0.45% | 0.62% | - |
| XYZ | 20.98 | 28.52 | 13.42 | - |
| YUV | 136.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 87 | 0.26 | 0 | 0.45 | 0.38 | 95.14 | 0.29 | 0.48 |
| Hex | 74 | 9D | 57 | 1A | 0 | 2D | 26 | 5F | 1D | 30 |
| Octal | 164 | 235 | 127 | 32 | 0 | 55 | 46 | 137 | 35 | 60 |
| Binary | 1110100 | 10011101 | 1010111 | 11010 | 0 | 101101 | 100110 | 1011111 | 11101 | 110000 |
Color Harmonies of #749D57
Complementary color
Monochromatic Colors of #749D57
Black with #749D57
Text Example
Text Example
White with #749D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D57; }
p { color: rgb(116,157,87); }
H1.HeaderClassName
{
color: #749D57;
}
.AnyTagClassName
{
color: #749D57;
}
</style>
background-color css
<style>
a { background-color: #749D57; }
a { background-color: rgb(116,157,87); }
div.DivClassName
{
background-color: #749D57;
}
.BgClassName
{
background-color: #749D57;
}
</style>
border-color css
<style>
span { border-color: #749D57; }
span { border-color: rgb(116,157,87); }
td.TdClassName
{
border-color: #749D57;
}
.TagClassName
{
border-color: #749D57;
}
</style>