Shades of Asparagus #759A46
Tints of Asparagus #759A46
RGB
CMYK
RGB Variations
Color information
#759A46 (or 0x759A46) is known color: Asparagus. HEX triplet: 75, 9A and 46. RGB value is (117,154,70). Sum of RGB (Red+Green+Blue) = 117+154+70=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #759A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759A46 is #8A65B9. Grayscale: #858585. Windows color (decimal): -9070010 or 4627061. OLE color: 4627061.
HSL color Cylindrical-coordinate representation of color #759A46: hue angle of 86.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #759A46 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 70 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.40 |
| HSL | 86.43º | 0.38% | 0.44% | - |
| HSV(B) | 86.43º | 0.55% | 0.6% | - |
| XYZ | 20 | 27.34 | 10.02 | - |
| YUV | 133.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 70 | 0.24 | 0 | 0.55 | 0.40 | 86.43 | 0.38 | 0.44 |
| Hex | 75 | 9A | 46 | 18 | 0 | 37 | 28 | 56 | 26 | 2C |
| Octal | 165 | 232 | 106 | 30 | 0 | 67 | 50 | 126 | 46 | 54 |
| Binary | 1110101 | 10011010 | 1000110 | 11000 | 0 | 110111 | 101000 | 1010110 | 100110 | 101100 |
Color Harmonies of #759A46
Complementary color
Monochromatic Colors of #759A46
Black with #759A46
Text Example
Text Example
White with #759A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A46; }
p { color: rgb(117,154,70); }
H1.HeaderClassName
{
color: #759A46;
}
.AnyTagClassName
{
color: #759A46;
}
</style>
background-color css
<style>
a { background-color: #759A46; }
a { background-color: rgb(117,154,70); }
div.DivClassName
{
background-color: #759A46;
}
.BgClassName
{
background-color: #759A46;
}
</style>
border-color css
<style>
span { border-color: #759A46; }
span { border-color: rgb(117,154,70); }
td.TdClassName
{
border-color: #759A46;
}
.TagClassName
{
border-color: #759A46;
}
</style>