Shades of Asparagus #759D44
Tints of Asparagus #759D44
RGB
CMYK
RGB Variations
Color information
#759D44 (or 0x759D44) is known color: Asparagus. HEX triplet: 75, 9D and 44. RGB value is (117,157,68). Sum of RGB (Red+Green+Blue) = 117+157+68=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #759D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D44 is #8A62BB. Grayscale: #878787. Windows color (decimal): -9069244 or 4496757. OLE color: 4496757.
HSL color Cylindrical-coordinate representation of color #759D44: hue angle of 86.97º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #759D44 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 68 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.38 |
| HSL | 86.97º | 0.4% | 0.44% | - |
| HSV(B) | 86.97º | 0.57% | 0.62% | - |
| XYZ | 20.44 | 28.31 | 9.86 | - |
| YUV | 134.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 68 | 0.25 | 0 | 0.57 | 0.38 | 86.97 | 0.4 | 0.44 |
| Hex | 75 | 9D | 44 | 19 | 0 | 39 | 26 | 57 | 28 | 2C |
| Octal | 165 | 235 | 104 | 31 | 0 | 71 | 46 | 127 | 50 | 54 |
| Binary | 1110101 | 10011101 | 1000100 | 11001 | 0 | 111001 | 100110 | 1010111 | 101000 | 101100 |
Color Harmonies of #759D44
Complementary color
Monochromatic Colors of #759D44
Black with #759D44
Text Example
Text Example
White with #759D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D44; }
p { color: rgb(117,157,68); }
H1.HeaderClassName
{
color: #759D44;
}
.AnyTagClassName
{
color: #759D44;
}
</style>
background-color css
<style>
a { background-color: #759D44; }
a { background-color: rgb(117,157,68); }
div.DivClassName
{
background-color: #759D44;
}
.BgClassName
{
background-color: #759D44;
}
</style>
border-color css
<style>
span { border-color: #759D44; }
span { border-color: rgb(117,157,68); }
td.TdClassName
{
border-color: #759D44;
}
.TagClassName
{
border-color: #759D44;
}
</style>