Shades of Asparagus #749649
Tints of Asparagus #749649
RGB
CMYK
RGB Variations
Color information
#749649 (or 0x749649) is known color: Asparagus. HEX triplet: 74, 96 and 49. RGB value is (116,150,73). Sum of RGB (Red+Green+Blue) = 116+150+73=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #749649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749649 is #8B69B6. Grayscale: #838383. Windows color (decimal): -9136567 or 4822644. OLE color: 4822644.
HSL color Cylindrical-coordinate representation of color #749649: hue angle of 86.49º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749649 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 73 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.41 |
| HSL | 86.49º | 0.35% | 0.44% | - |
| HSV(B) | 86.49º | 0.51% | 0.59% | - |
| XYZ | 19.31 | 26.01 | 10.31 | - |
| YUV | 131.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 73 | 0.23 | 0 | 0.51 | 0.41 | 86.49 | 0.35 | 0.44 |
| Hex | 74 | 96 | 49 | 17 | 0 | 33 | 29 | 56 | 23 | 2C |
| Octal | 164 | 226 | 111 | 27 | 0 | 63 | 51 | 126 | 43 | 54 |
| Binary | 1110100 | 10010110 | 1001001 | 10111 | 0 | 110011 | 101001 | 1010110 | 100011 | 101100 |
Color Harmonies of #749649
Complementary color
Monochromatic Colors of #749649
Black with #749649
Text Example
Text Example
White with #749649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749649; }
p { color: rgb(116,150,73); }
H1.HeaderClassName
{
color: #749649;
}
.AnyTagClassName
{
color: #749649;
}
</style>
background-color css
<style>
a { background-color: #749649; }
a { background-color: rgb(116,150,73); }
div.DivClassName
{
background-color: #749649;
}
.BgClassName
{
background-color: #749649;
}
</style>
border-color css
<style>
span { border-color: #749649; }
span { border-color: rgb(116,150,73); }
td.TdClassName
{
border-color: #749649;
}
.TagClassName
{
border-color: #749649;
}
</style>