Shades of Asparagus #749855
Tints of Asparagus #749855
RGB
CMYK
RGB Variations
Color information
#749855 (or 0x749855) is known color: Asparagus. HEX triplet: 74, 98 and 55. RGB value is (116,152,85). Sum of RGB (Red+Green+Blue) = 116+152+85=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #749855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749855 is #8B67AA. Grayscale: #858585. Windows color (decimal): -9136043 or 5609588. OLE color: 5609588.
HSL color Cylindrical-coordinate representation of color #749855: hue angle of 92.24º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749855 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 85 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.40 |
| HSL | 92.24º | 0.28% | 0.46% | - |
| HSV(B) | 92.24º | 0.44% | 0.6% | - |
| XYZ | 20.07 | 26.83 | 12.71 | - |
| YUV | 133.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 85 | 0.24 | 0 | 0.44 | 0.40 | 92.24 | 0.28 | 0.46 |
| Hex | 74 | 98 | 55 | 18 | 0 | 2C | 28 | 5C | 1C | 2E |
| Octal | 164 | 230 | 125 | 30 | 0 | 54 | 50 | 134 | 34 | 56 |
| Binary | 1110100 | 10011000 | 1010101 | 11000 | 0 | 101100 | 101000 | 1011100 | 11100 | 101110 |
Color Harmonies of #749855
Complementary color
Monochromatic Colors of #749855
Black with #749855
Text Example
Text Example
White with #749855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749855; }
p { color: rgb(116,152,85); }
H1.HeaderClassName
{
color: #749855;
}
.AnyTagClassName
{
color: #749855;
}
</style>
background-color css
<style>
a { background-color: #749855; }
a { background-color: rgb(116,152,85); }
div.DivClassName
{
background-color: #749855;
}
.BgClassName
{
background-color: #749855;
}
</style>
border-color css
<style>
span { border-color: #749855; }
span { border-color: rgb(116,152,85); }
td.TdClassName
{
border-color: #749855;
}
.TagClassName
{
border-color: #749855;
}
</style>