Shades of Asparagus #749951
Tints of Asparagus #749951
RGB
CMYK
RGB Variations
Color information
#749951 (or 0x749951) is known color: Asparagus. HEX triplet: 74, 99 and 51. RGB value is (116,153,81). Sum of RGB (Red+Green+Blue) = 116+153+81=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #749951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749951 is #8B66AE. Grayscale: #858585. Windows color (decimal): -9135791 or 5347700. OLE color: 5347700.
HSL color Cylindrical-coordinate representation of color #749951: hue angle of 90.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749951 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 81 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.4 |
| HSL | 90.83º | 0.31% | 0.46% | - |
| HSV(B) | 90.83º | 0.47% | 0.6% | - |
| XYZ | 20.08 | 27.09 | 11.96 | - |
| YUV | 133.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 81 | 0.24 | 0 | 0.47 | 0.4 | 90.83 | 0.31 | 0.46 |
| Hex | 74 | 99 | 51 | 18 | 0 | 2F | 28 | 5B | 1F | 2E |
| Octal | 164 | 231 | 121 | 30 | 0 | 57 | 50 | 133 | 37 | 56 |
| Binary | 1110100 | 10011001 | 1010001 | 11000 | 0 | 101111 | 101000 | 1011011 | 11111 | 101110 |
Color Harmonies of #749951
Complementary color
Monochromatic Colors of #749951
Black with #749951
Text Example
Text Example
White with #749951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749951; }
p { color: rgb(116,153,81); }
H1.HeaderClassName
{
color: #749951;
}
.AnyTagClassName
{
color: #749951;
}
</style>
background-color css
<style>
a { background-color: #749951; }
a { background-color: rgb(116,153,81); }
div.DivClassName
{
background-color: #749951;
}
.BgClassName
{
background-color: #749951;
}
</style>
border-color css
<style>
span { border-color: #749951; }
span { border-color: rgb(116,153,81); }
td.TdClassName
{
border-color: #749951;
}
.TagClassName
{
border-color: #749951;
}
</style>