Shades of Asparagus #739755
Tints of Asparagus #739755
RGB
CMYK
RGB Variations
Color information
#739755 (or 0x739755) is known color: Asparagus. HEX triplet: 73, 97 and 55. RGB value is (115,151,85). Sum of RGB (Red+Green+Blue) = 115+151+85=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #739755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739755 is #8C68AA. Grayscale: #848484. Windows color (decimal): -9201835 or 5609331. OLE color: 5609331.
HSL color Cylindrical-coordinate representation of color #739755: hue angle of 92.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739755 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 151 | 85 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.41 |
| HSL | 92.73º | 0.28% | 0.46% | - |
| HSV(B) | 92.73º | 0.44% | 0.59% | - |
| XYZ | 19.78 | 26.43 | 12.65 | - |
| YUV | 132.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 85 | 0.24 | 0 | 0.44 | 0.41 | 92.73 | 0.28 | 0.46 |
| Hex | 73 | 97 | 55 | 18 | 0 | 2C | 29 | 5D | 1C | 2E |
| Octal | 163 | 227 | 125 | 30 | 0 | 54 | 51 | 135 | 34 | 56 |
| Binary | 1110011 | 10010111 | 1010101 | 11000 | 0 | 101100 | 101001 | 1011101 | 11100 | 101110 |
Color Harmonies of #739755
Complementary color
Monochromatic Colors of #739755
Black with #739755
Text Example
Text Example
White with #739755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739755; }
p { color: rgb(115,151,85); }
H1.HeaderClassName
{
color: #739755;
}
.AnyTagClassName
{
color: #739755;
}
</style>
background-color css
<style>
a { background-color: #739755; }
a { background-color: rgb(115,151,85); }
div.DivClassName
{
background-color: #739755;
}
.BgClassName
{
background-color: #739755;
}
</style>
border-color css
<style>
span { border-color: #739755; }
span { border-color: rgb(115,151,85); }
td.TdClassName
{
border-color: #739755;
}
.TagClassName
{
border-color: #739755;
}
</style>