Shades of Asparagus #749956
Tints of Asparagus #749956
RGB
CMYK
RGB Variations
Color information
#749956 (or 0x749956) is known color: Asparagus. HEX triplet: 74, 99 and 56. RGB value is (116,153,86). Sum of RGB (Red+Green+Blue) = 116+153+86=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #749956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749956 is #8B66A9. Grayscale: #868686. Windows color (decimal): -9135786 or 5675380. OLE color: 5675380.
HSL color Cylindrical-coordinate representation of color #749956: hue angle of 93.13º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749956 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 86 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.4 |
| HSL | 93.13º | 0.28% | 0.47% | - |
| HSV(B) | 93.13º | 0.44% | 0.6% | - |
| XYZ | 20.27 | 27.17 | 12.98 | - |
| YUV | 134.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 86 | 0.24 | 0 | 0.44 | 0.4 | 93.13 | 0.28 | 0.47 |
| Hex | 74 | 99 | 56 | 18 | 0 | 2C | 28 | 5D | 1C | 2F |
| Octal | 164 | 231 | 126 | 30 | 0 | 54 | 50 | 135 | 34 | 57 |
| Binary | 1110100 | 10011001 | 1010110 | 11000 | 0 | 101100 | 101000 | 1011101 | 11100 | 101111 |
Color Harmonies of #749956
Complementary color
Monochromatic Colors of #749956
Black with #749956
Text Example
Text Example
White with #749956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749956; }
p { color: rgb(116,153,86); }
H1.HeaderClassName
{
color: #749956;
}
.AnyTagClassName
{
color: #749956;
}
</style>
background-color css
<style>
a { background-color: #749956; }
a { background-color: rgb(116,153,86); }
div.DivClassName
{
background-color: #749956;
}
.BgClassName
{
background-color: #749956;
}
</style>
border-color css
<style>
span { border-color: #749956; }
span { border-color: rgb(116,153,86); }
td.TdClassName
{
border-color: #749956;
}
.TagClassName
{
border-color: #749956;
}
</style>