Shades of Asparagus #759D45
Tints of Asparagus #759D45
RGB
CMYK
RGB Variations
Color information
#759D45 (or 0x759D45) is known color: Asparagus. HEX triplet: 75, 9D and 45. RGB value is (117,157,69). Sum of RGB (Red+Green+Blue) = 117+157+69=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #759D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D45 is #8A62BA. Grayscale: #878787. Windows color (decimal): -9069243 or 4562293. OLE color: 4562293.
HSL color Cylindrical-coordinate representation of color #759D45: hue angle of 87.27º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #759D45 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 69 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.38 |
| HSL | 87.27º | 0.39% | 0.44% | - |
| HSV(B) | 87.27º | 0.56% | 0.62% | - |
| XYZ | 20.47 | 28.33 | 10.02 | - |
| YUV | 135.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 69 | 0.25 | 0 | 0.56 | 0.38 | 87.27 | 0.39 | 0.44 |
| Hex | 75 | 9D | 45 | 19 | 0 | 38 | 26 | 57 | 27 | 2C |
| Octal | 165 | 235 | 105 | 31 | 0 | 70 | 46 | 127 | 47 | 54 |
| Binary | 1110101 | 10011101 | 1000101 | 11001 | 0 | 111000 | 100110 | 1010111 | 100111 | 101100 |
Color Harmonies of #759D45
Complementary color
Monochromatic Colors of #759D45
Black with #759D45
Text Example
Text Example
White with #759D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D45; }
p { color: rgb(117,157,69); }
H1.HeaderClassName
{
color: #759D45;
}
.AnyTagClassName
{
color: #759D45;
}
</style>
background-color css
<style>
a { background-color: #759D45; }
a { background-color: rgb(117,157,69); }
div.DivClassName
{
background-color: #759D45;
}
.BgClassName
{
background-color: #759D45;
}
</style>
border-color css
<style>
span { border-color: #759D45; }
span { border-color: rgb(117,157,69); }
td.TdClassName
{
border-color: #759D45;
}
.TagClassName
{
border-color: #759D45;
}
</style>