Shades of Asparagus #759E5E
Tints of Asparagus #759E5E
RGB
CMYK
RGB Variations
Color information
#759E5E (or 0x759E5E) is known color: Asparagus. HEX triplet: 75, 9E and 5E. RGB value is (117,158,94). Sum of RGB (Red+Green+Blue) = 117+158+94=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #759E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E5E is #8A61A1. Grayscale: #8A8A8A. Windows color (decimal): -9068962 or 6200949. OLE color: 6200949.
HSL color Cylindrical-coordinate representation of color #759E5E: hue angle of 98.44º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759E5E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 94 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.38 |
| HSL | 98.44º | 0.25% | 0.49% | - |
| HSV(B) | 98.44º | 0.41% | 0.62% | - |
| XYZ | 21.58 | 29.04 | 15.06 | - |
| YUV | 138.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 94 | 0.26 | 0 | 0.41 | 0.38 | 98.44 | 0.25 | 0.49 |
| Hex | 75 | 9E | 5E | 1A | 0 | 29 | 26 | 62 | 19 | 31 |
| Octal | 165 | 236 | 136 | 32 | 0 | 51 | 46 | 142 | 31 | 61 |
| Binary | 1110101 | 10011110 | 1011110 | 11010 | 0 | 101001 | 100110 | 1100010 | 11001 | 110001 |
Color Harmonies of #759E5E
Complementary color
Monochromatic Colors of #759E5E
Black with #759E5E
Text Example
Text Example
White with #759E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E5E; }
p { color: rgb(117,158,94); }
H1.HeaderClassName
{
color: #759E5E;
}
.AnyTagClassName
{
color: #759E5E;
}
</style>
background-color css
<style>
a { background-color: #759E5E; }
a { background-color: rgb(117,158,94); }
div.DivClassName
{
background-color: #759E5E;
}
.BgClassName
{
background-color: #759E5E;
}
</style>
border-color css
<style>
span { border-color: #759E5E; }
span { border-color: rgb(117,158,94); }
td.TdClassName
{
border-color: #759E5E;
}
.TagClassName
{
border-color: #759E5E;
}
</style>