Shades of Asparagus #749845
Tints of Asparagus #749845
RGB
CMYK
RGB Variations
Color information
#749845 (or 0x749845) is known color: Asparagus. HEX triplet: 74, 98 and 45. RGB value is (116,152,69). Sum of RGB (Red+Green+Blue) = 116+152+69=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #749845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749845 is #8B67BA. Grayscale: #848484. Windows color (decimal): -9136059 or 4561012. OLE color: 4561012.
HSL color Cylindrical-coordinate representation of color #749845: hue angle of 86.02º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749845 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 69 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.40 |
| HSL | 86.02º | 0.38% | 0.43% | - |
| HSV(B) | 86.02º | 0.55% | 0.6% | - |
| XYZ | 19.5 | 26.6 | 9.74 | - |
| YUV | 131.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 69 | 0.24 | 0 | 0.55 | 0.40 | 86.02 | 0.38 | 0.43 |
| Hex | 74 | 98 | 45 | 18 | 0 | 37 | 28 | 56 | 26 | 2B |
| Octal | 164 | 230 | 105 | 30 | 0 | 67 | 50 | 126 | 46 | 53 |
| Binary | 1110100 | 10011000 | 1000101 | 11000 | 0 | 110111 | 101000 | 1010110 | 100110 | 101011 |
Color Harmonies of #749845
Complementary color
Monochromatic Colors of #749845
Black with #749845
Text Example
Text Example
White with #749845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749845; }
p { color: rgb(116,152,69); }
H1.HeaderClassName
{
color: #749845;
}
.AnyTagClassName
{
color: #749845;
}
</style>
background-color css
<style>
a { background-color: #749845; }
a { background-color: rgb(116,152,69); }
div.DivClassName
{
background-color: #749845;
}
.BgClassName
{
background-color: #749845;
}
</style>
border-color css
<style>
span { border-color: #749845; }
span { border-color: rgb(116,152,69); }
td.TdClassName
{
border-color: #749845;
}
.TagClassName
{
border-color: #749845;
}
</style>