Shades of Asparagus #749F46
Tints of Asparagus #749F46
RGB
CMYK
RGB Variations
Color information
#749F46 (or 0x749F46) is known color: Asparagus. HEX triplet: 74, 9F and 46. RGB value is (116,159,70). Sum of RGB (Red+Green+Blue) = 116+159+70=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #749F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F46 is #8B60B9. Grayscale: #888888. Windows color (decimal): -9134266 or 4628340. OLE color: 4628340.
HSL color Cylindrical-coordinate representation of color #749F46: hue angle of 88.99º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #749F46 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 70 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.38 |
| HSL | 88.99º | 0.39% | 0.45% | - |
| HSV(B) | 88.99º | 0.56% | 0.62% | - |
| XYZ | 20.71 | 28.95 | 10.29 | - |
| YUV | 136 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 70 | 0.27 | 0 | 0.56 | 0.38 | 88.99 | 0.39 | 0.45 |
| Hex | 74 | 9F | 46 | 1B | 0 | 38 | 26 | 59 | 27 | 2D |
| Octal | 164 | 237 | 106 | 33 | 0 | 70 | 46 | 131 | 47 | 55 |
| Binary | 1110100 | 10011111 | 1000110 | 11011 | 0 | 111000 | 100110 | 1011001 | 100111 | 101101 |
Color Harmonies of #749F46
Complementary color
Monochromatic Colors of #749F46
Black with #749F46
Text Example
Text Example
White with #749F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F46; }
p { color: rgb(116,159,70); }
H1.HeaderClassName
{
color: #749F46;
}
.AnyTagClassName
{
color: #749F46;
}
</style>
background-color css
<style>
a { background-color: #749F46; }
a { background-color: rgb(116,159,70); }
div.DivClassName
{
background-color: #749F46;
}
.BgClassName
{
background-color: #749F46;
}
</style>
border-color css
<style>
span { border-color: #749F46; }
span { border-color: rgb(116,159,70); }
td.TdClassName
{
border-color: #749F46;
}
.TagClassName
{
border-color: #749F46;
}
</style>