Shades of Asparagus #749C57
Tints of Asparagus #749C57
RGB
CMYK
RGB Variations
Color information
#749C57 (or 0x749C57) is known color: Asparagus. HEX triplet: 74, 9C and 57. RGB value is (116,156,87). Sum of RGB (Red+Green+Blue) = 116+156+87=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #749C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C57 is #8B63A8. Grayscale: #888888. Windows color (decimal): -9135017 or 5741684. OLE color: 5741684.
HSL color Cylindrical-coordinate representation of color #749C57: hue angle of 94.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749C57 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 87 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.39 |
| HSL | 94.78º | 0.28% | 0.48% | - |
| HSV(B) | 94.78º | 0.44% | 0.61% | - |
| XYZ | 20.81 | 28.18 | 13.36 | - |
| YUV | 136.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 87 | 0.26 | 0 | 0.44 | 0.39 | 94.78 | 0.28 | 0.48 |
| Hex | 74 | 9C | 57 | 1A | 0 | 2C | 27 | 5F | 1C | 30 |
| Octal | 164 | 234 | 127 | 32 | 0 | 54 | 47 | 137 | 34 | 60 |
| Binary | 1110100 | 10011100 | 1010111 | 11010 | 0 | 101100 | 100111 | 1011111 | 11100 | 110000 |
Color Harmonies of #749C57
Complementary color
Monochromatic Colors of #749C57
Black with #749C57
Text Example
Text Example
White with #749C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C57; }
p { color: rgb(116,156,87); }
H1.HeaderClassName
{
color: #749C57;
}
.AnyTagClassName
{
color: #749C57;
}
</style>
background-color css
<style>
a { background-color: #749C57; }
a { background-color: rgb(116,156,87); }
div.DivClassName
{
background-color: #749C57;
}
.BgClassName
{
background-color: #749C57;
}
</style>
border-color css
<style>
span { border-color: #749C57; }
span { border-color: rgb(116,156,87); }
td.TdClassName
{
border-color: #749C57;
}
.TagClassName
{
border-color: #749C57;
}
</style>