Shades of Asparagus #749955
Tints of Asparagus #749955
RGB
CMYK
RGB Variations
Color information
#749955 (or 0x749955) is known color: Asparagus. HEX triplet: 74, 99 and 55. RGB value is (116,153,85). Sum of RGB (Red+Green+Blue) = 116+153+85=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #749955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749955 is #8B66AA. Grayscale: #868686. Windows color (decimal): -9135787 or 5609844. OLE color: 5609844.
HSL color Cylindrical-coordinate representation of color #749955: hue angle of 92.65º degrees, saturation: 0.29, 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 #749955 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 85 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.4 |
| HSL | 92.65º | 0.29% | 0.47% | - |
| HSV(B) | 92.65º | 0.44% | 0.6% | - |
| XYZ | 20.23 | 27.15 | 12.77 | - |
| YUV | 134.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 85 | 0.24 | 0 | 0.44 | 0.4 | 92.65 | 0.29 | 0.47 |
| Hex | 74 | 99 | 55 | 18 | 0 | 2C | 28 | 5D | 1D | 2F |
| Octal | 164 | 231 | 125 | 30 | 0 | 54 | 50 | 135 | 35 | 57 |
| Binary | 1110100 | 10011001 | 1010101 | 11000 | 0 | 101100 | 101000 | 1011101 | 11101 | 101111 |
Color Harmonies of #749955
Complementary color
Monochromatic Colors of #749955
Black with #749955
Text Example
Text Example
White with #749955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749955; }
p { color: rgb(116,153,85); }
H1.HeaderClassName
{
color: #749955;
}
.AnyTagClassName
{
color: #749955;
}
</style>
background-color css
<style>
a { background-color: #749955; }
a { background-color: rgb(116,153,85); }
div.DivClassName
{
background-color: #749955;
}
.BgClassName
{
background-color: #749955;
}
</style>
border-color css
<style>
span { border-color: #749955; }
span { border-color: rgb(116,153,85); }
td.TdClassName
{
border-color: #749955;
}
.TagClassName
{
border-color: #749955;
}
</style>