Shades of Asparagus #759849
Tints of Asparagus #759849
RGB
CMYK
RGB Variations
Color information
#759849 (or 0x759849) is known color: Asparagus. HEX triplet: 75, 98 and 49. RGB value is (117,152,73). Sum of RGB (Red+Green+Blue) = 117+152+73=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #759849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759849 is #8A67B6. Grayscale: #848484. Windows color (decimal): -9070519 or 4823157. OLE color: 4823157.
HSL color Cylindrical-coordinate representation of color #759849: hue angle of 86.58º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759849 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 73 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.40 |
| HSL | 86.58º | 0.35% | 0.44% | - |
| HSV(B) | 86.58º | 0.52% | 0.6% | - |
| XYZ | 19.77 | 26.72 | 10.42 | - |
| YUV | 132.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 73 | 0.23 | 0 | 0.52 | 0.40 | 86.58 | 0.35 | 0.44 |
| Hex | 75 | 98 | 49 | 17 | 0 | 34 | 28 | 57 | 23 | 2C |
| Octal | 165 | 230 | 111 | 27 | 0 | 64 | 50 | 127 | 43 | 54 |
| Binary | 1110101 | 10011000 | 1001001 | 10111 | 0 | 110100 | 101000 | 1010111 | 100011 | 101100 |
Color Harmonies of #759849
Complementary color
Monochromatic Colors of #759849
Black with #759849
Text Example
Text Example
White with #759849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759849; }
p { color: rgb(117,152,73); }
H1.HeaderClassName
{
color: #759849;
}
.AnyTagClassName
{
color: #759849;
}
</style>
background-color css
<style>
a { background-color: #759849; }
a { background-color: rgb(117,152,73); }
div.DivClassName
{
background-color: #759849;
}
.BgClassName
{
background-color: #759849;
}
</style>
border-color css
<style>
span { border-color: #759849; }
span { border-color: rgb(117,152,73); }
td.TdClassName
{
border-color: #759849;
}
.TagClassName
{
border-color: #759849;
}
</style>