Shades of Asparagus #75A746
Tints of Asparagus #75A746
RGB
CMYK
RGB Variations
Color information
#75A746 (or 0x75A746) is known color: Asparagus. HEX triplet: 75, A7 and 46. RGB value is (117,167,70). Sum of RGB (Red+Green+Blue) = 117+167+70=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #75A746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A746 is #8A58B9. Grayscale: #8D8D8D. Windows color (decimal): -9066682 or 4630389. OLE color: 4630389.
HSL color Cylindrical-coordinate representation of color #75A746: hue angle of 90.93º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75A746 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 167 | 70 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.35 |
| HSL | 90.93º | 0.41% | 0.46% | - |
| HSV(B) | 90.93º | 0.58% | 0.65% | - |
| XYZ | 22.26 | 31.86 | 10.77 | - |
| YUV | 140.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 70 | 0.30 | 0 | 0.58 | 0.35 | 90.93 | 0.41 | 0.46 |
| Hex | 75 | A7 | 46 | 1E | 0 | 3A | 23 | 5B | 29 | 2E |
| Octal | 165 | 247 | 106 | 36 | 0 | 72 | 43 | 133 | 51 | 56 |
| Binary | 1110101 | 10100111 | 1000110 | 11110 | 0 | 111010 | 100011 | 1011011 | 101001 | 101110 |
Color Harmonies of #75A746
Complementary color
Monochromatic Colors of #75A746
Black with #75A746
Text Example
Text Example
White with #75A746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A746; }
p { color: rgb(117,167,70); }
H1.HeaderClassName
{
color: #75A746;
}
.AnyTagClassName
{
color: #75A746;
}
</style>
background-color css
<style>
a { background-color: #75A746; }
a { background-color: rgb(117,167,70); }
div.DivClassName
{
background-color: #75A746;
}
.BgClassName
{
background-color: #75A746;
}
</style>
border-color css
<style>
span { border-color: #75A746; }
span { border-color: rgb(117,167,70); }
td.TdClassName
{
border-color: #75A746;
}
.TagClassName
{
border-color: #75A746;
}
</style>