Shades of Asparagus #759E4E
Tints of Asparagus #759E4E
RGB
CMYK
RGB Variations
Color information
#759E4E (or 0x759E4E) is known color: Asparagus. HEX triplet: 75, 9E and 4E. RGB value is (117,158,78). Sum of RGB (Red+Green+Blue) = 117+158+78=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #759E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E4E is #8A61B1. Grayscale: #888888. Windows color (decimal): -9068978 or 5152373. OLE color: 5152373.
HSL color Cylindrical-coordinate representation of color #759E4E: hue angle of 90.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759E4E is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 78 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.38 |
| HSL | 90.75º | 0.34% | 0.46% | - |
| HSV(B) | 90.75º | 0.51% | 0.62% | - |
| XYZ | 20.94 | 28.79 | 11.66 | - |
| YUV | 136.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 78 | 0.26 | 0 | 0.51 | 0.38 | 90.75 | 0.34 | 0.46 |
| Hex | 75 | 9E | 4E | 1A | 0 | 33 | 26 | 5B | 22 | 2E |
| Octal | 165 | 236 | 116 | 32 | 0 | 63 | 46 | 133 | 42 | 56 |
| Binary | 1110101 | 10011110 | 1001110 | 11010 | 0 | 110011 | 100110 | 1011011 | 100010 | 101110 |
Color Harmonies of #759E4E
Complementary color
Monochromatic Colors of #759E4E
Black with #759E4E
Text Example
Text Example
White with #759E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E4E; }
p { color: rgb(117,158,78); }
H1.HeaderClassName
{
color: #759E4E;
}
.AnyTagClassName
{
color: #759E4E;
}
</style>
background-color css
<style>
a { background-color: #759E4E; }
a { background-color: rgb(117,158,78); }
div.DivClassName
{
background-color: #759E4E;
}
.BgClassName
{
background-color: #759E4E;
}
</style>
border-color css
<style>
span { border-color: #759E4E; }
span { border-color: rgb(117,158,78); }
td.TdClassName
{
border-color: #759E4E;
}
.TagClassName
{
border-color: #759E4E;
}
</style>