Shades of Asparagus #749E5F
Tints of Asparagus #749E5F
RGB
CMYK
RGB Variations
Color information
#749E5F (or 0x749E5F) is known color: Asparagus. HEX triplet: 74, 9E and 5F. RGB value is (116,158,95). Sum of RGB (Red+Green+Blue) = 116+158+95=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #749E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E5F is #8B61A0. Grayscale: #8A8A8A. Windows color (decimal): -9134497 or 6266484. OLE color: 6266484.
HSL color Cylindrical-coordinate representation of color #749E5F: hue angle of 100º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749E5F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 95 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.38 |
| HSL | 100º | 0.25% | 0.5% | - |
| HSV(B) | 100º | 0.4% | 0.62% | - |
| XYZ | 21.49 | 28.99 | 15.29 | - |
| YUV | 138.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 95 | 0.27 | 0 | 0.40 | 0.38 | 100 | 0.25 | 0.5 |
| Hex | 74 | 9E | 5F | 1B | 0 | 28 | 26 | 64 | 19 | 32 |
| Octal | 164 | 236 | 137 | 33 | 0 | 50 | 46 | 144 | 31 | 62 |
| Binary | 1110100 | 10011110 | 1011111 | 11011 | 0 | 101000 | 100110 | 1100100 | 11001 | 110010 |
Color Harmonies of #749E5F
Complementary color
Monochromatic Colors of #749E5F
Black with #749E5F
Text Example
Text Example
White with #749E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E5F; }
p { color: rgb(116,158,95); }
H1.HeaderClassName
{
color: #749E5F;
}
.AnyTagClassName
{
color: #749E5F;
}
</style>
background-color css
<style>
a { background-color: #749E5F; }
a { background-color: rgb(116,158,95); }
div.DivClassName
{
background-color: #749E5F;
}
.BgClassName
{
background-color: #749E5F;
}
</style>
border-color css
<style>
span { border-color: #749E5F; }
span { border-color: rgb(116,158,95); }
td.TdClassName
{
border-color: #749E5F;
}
.TagClassName
{
border-color: #749E5F;
}
</style>