Shades of Asparagus #759950
Tints of Asparagus #759950
RGB
CMYK
RGB Variations
Color information
#759950 (or 0x759950) is known color: Asparagus. HEX triplet: 75, 99 and 50. RGB value is (117,153,80). Sum of RGB (Red+Green+Blue) = 117+153+80=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #759950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759950 is #8A66AF. Grayscale: #868686. Windows color (decimal): -9070256 or 5282165. OLE color: 5282165.
HSL color Cylindrical-coordinate representation of color #759950: hue angle of 89.59º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759950 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 80 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.4 |
| HSL | 89.59º | 0.31% | 0.46% | - |
| HSV(B) | 89.59º | 0.48% | 0.6% | - |
| XYZ | 20.18 | 27.14 | 11.77 | - |
| YUV | 133.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 80 | 0.24 | 0 | 0.48 | 0.4 | 89.59 | 0.31 | 0.46 |
| Hex | 75 | 99 | 50 | 18 | 0 | 30 | 28 | 5A | 1F | 2E |
| Octal | 165 | 231 | 120 | 30 | 0 | 60 | 50 | 132 | 37 | 56 |
| Binary | 1110101 | 10011001 | 1010000 | 11000 | 0 | 110000 | 101000 | 1011010 | 11111 | 101110 |
Color Harmonies of #759950
Complementary color
Monochromatic Colors of #759950
Black with #759950
Text Example
Text Example
White with #759950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759950; }
p { color: rgb(117,153,80); }
H1.HeaderClassName
{
color: #759950;
}
.AnyTagClassName
{
color: #759950;
}
</style>
background-color css
<style>
a { background-color: #759950; }
a { background-color: rgb(117,153,80); }
div.DivClassName
{
background-color: #759950;
}
.BgClassName
{
background-color: #759950;
}
</style>
border-color css
<style>
span { border-color: #759950; }
span { border-color: rgb(117,153,80); }
td.TdClassName
{
border-color: #759950;
}
.TagClassName
{
border-color: #759950;
}
</style>