Shades of Asparagus #759949
Tints of Asparagus #759949
RGB
CMYK
RGB Variations
Color information
#759949 (or 0x759949) is known color: Asparagus. HEX triplet: 75, 99 and 49. RGB value is (117,153,73). Sum of RGB (Red+Green+Blue) = 117+153+73=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #759949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759949 is #8A66B6. Grayscale: #858585. Windows color (decimal): -9070263 or 4823413. OLE color: 4823413.
HSL color Cylindrical-coordinate representation of color #759949: hue angle of 87º 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 #759949 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 73 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.4 |
| HSL | 87º | 0.35% | 0.44% | - |
| HSV(B) | 87º | 0.52% | 0.6% | - |
| XYZ | 19.93 | 27.05 | 10.47 | - |
| YUV | 133.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 73 | 0.24 | 0 | 0.52 | 0.4 | 87 | 0.35 | 0.44 |
| Hex | 75 | 99 | 49 | 18 | 0 | 34 | 28 | 57 | 23 | 2C |
| Octal | 165 | 231 | 111 | 30 | 0 | 64 | 50 | 127 | 43 | 54 |
| Binary | 1110101 | 10011001 | 1001001 | 11000 | 0 | 110100 | 101000 | 1010111 | 100011 | 101100 |
Color Harmonies of #759949
Complementary color
Monochromatic Colors of #759949
Black with #759949
Text Example
Text Example
White with #759949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759949; }
p { color: rgb(117,153,73); }
H1.HeaderClassName
{
color: #759949;
}
.AnyTagClassName
{
color: #759949;
}
</style>
background-color css
<style>
a { background-color: #759949; }
a { background-color: rgb(117,153,73); }
div.DivClassName
{
background-color: #759949;
}
.BgClassName
{
background-color: #759949;
}
</style>
border-color css
<style>
span { border-color: #759949; }
span { border-color: rgb(117,153,73); }
td.TdClassName
{
border-color: #759949;
}
.TagClassName
{
border-color: #759949;
}
</style>