Shades of Asparagus #749D4E
Tints of Asparagus #749D4E
RGB
CMYK
RGB Variations
Color information
#749D4E (or 0x749D4E) is known color: Asparagus. HEX triplet: 74, 9D and 4E. RGB value is (116,157,78). Sum of RGB (Red+Green+Blue) = 116+157+78=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #749D4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D4E is #8B62B1. Grayscale: #888888. Windows color (decimal): -9134770 or 5152116. OLE color: 5152116.
HSL color Cylindrical-coordinate representation of color #749D4E: hue angle of 91.14º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749D4E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 78 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.38 |
| HSL | 91.14º | 0.34% | 0.46% | - |
| HSV(B) | 91.14º | 0.5% | 0.62% | - |
| XYZ | 20.63 | 28.38 | 11.6 | - |
| YUV | 135.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 78 | 0.26 | 0 | 0.50 | 0.38 | 91.14 | 0.34 | 0.46 |
| Hex | 74 | 9D | 4E | 1A | 0 | 32 | 26 | 5B | 22 | 2E |
| Octal | 164 | 235 | 116 | 32 | 0 | 62 | 46 | 133 | 42 | 56 |
| Binary | 1110100 | 10011101 | 1001110 | 11010 | 0 | 110010 | 100110 | 1011011 | 100010 | 101110 |
Color Harmonies of #749D4E
Complementary color
Monochromatic Colors of #749D4E
Black with #749D4E
Text Example
Text Example
White with #749D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D4E; }
p { color: rgb(116,157,78); }
H1.HeaderClassName
{
color: #749D4E;
}
.AnyTagClassName
{
color: #749D4E;
}
</style>
background-color css
<style>
a { background-color: #749D4E; }
a { background-color: rgb(116,157,78); }
div.DivClassName
{
background-color: #749D4E;
}
.BgClassName
{
background-color: #749D4E;
}
</style>
border-color css
<style>
span { border-color: #749D4E; }
span { border-color: rgb(116,157,78); }
td.TdClassName
{
border-color: #749D4E;
}
.TagClassName
{
border-color: #749D4E;
}
</style>