Shades of Asparagus #759D5D
Tints of Asparagus #759D5D
RGB
CMYK
RGB Variations
Color information
#759D5D (or 0x759D5D) is known color: Asparagus. HEX triplet: 75, 9D and 5D. RGB value is (117,157,93). Sum of RGB (Red+Green+Blue) = 117+157+93=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #759D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759D5D is #8A62A2. Grayscale: #898989. Windows color (decimal): -9069219 or 6135157. OLE color: 6135157.
HSL color Cylindrical-coordinate representation of color #759D5D: hue angle of 97.5º degrees, saturation: 0.26, 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 #759D5D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 93 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.38 |
| HSL | 97.5º | 0.26% | 0.49% | - |
| HSV(B) | 97.5º | 0.41% | 0.62% | - |
| XYZ | 21.37 | 28.69 | 14.77 | - |
| YUV | 137.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 93 | 0.25 | 0 | 0.41 | 0.38 | 97.5 | 0.26 | 0.49 |
| Hex | 75 | 9D | 5D | 19 | 0 | 29 | 26 | 62 | 1A | 31 |
| Octal | 165 | 235 | 135 | 31 | 0 | 51 | 46 | 142 | 32 | 61 |
| Binary | 1110101 | 10011101 | 1011101 | 11001 | 0 | 101001 | 100110 | 1100010 | 11010 | 110001 |
Color Harmonies of #759D5D
Complementary color
Monochromatic Colors of #759D5D
Black with #759D5D
Text Example
Text Example
White with #759D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D5D; }
p { color: rgb(117,157,93); }
H1.HeaderClassName
{
color: #759D5D;
}
.AnyTagClassName
{
color: #759D5D;
}
</style>
background-color css
<style>
a { background-color: #759D5D; }
a { background-color: rgb(117,157,93); }
div.DivClassName
{
background-color: #759D5D;
}
.BgClassName
{
background-color: #759D5D;
}
</style>
border-color css
<style>
span { border-color: #759D5D; }
span { border-color: rgb(117,157,93); }
td.TdClassName
{
border-color: #759D5D;
}
.TagClassName
{
border-color: #759D5D;
}
</style>