Shades of Asparagus #75A946
Tints of Asparagus #75A946
RGB
CMYK
RGB Variations
Color information
#75A946 (or 0x75A946) is known color: Asparagus. HEX triplet: 75, A9 and 46. RGB value is (117,169,70). Sum of RGB (Red+Green+Blue) = 117+169+70=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #75A946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A946 is #8A56B9. Grayscale: #8E8E8E. Windows color (decimal): -9066170 or 4630901. OLE color: 4630901.
HSL color Cylindrical-coordinate representation of color #75A946: hue angle of 91.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75A946 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 70 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.34 |
| HSL | 91.52º | 0.41% | 0.47% | - |
| HSV(B) | 91.52º | 0.59% | 0.66% | - |
| XYZ | 22.63 | 32.6 | 10.89 | - |
| YUV | 142.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 70 | 0.31 | 0 | 0.59 | 0.34 | 91.52 | 0.41 | 0.47 |
| Hex | 75 | A9 | 46 | 1F | 0 | 3B | 22 | 5C | 29 | 2F |
| Octal | 165 | 251 | 106 | 37 | 0 | 73 | 42 | 134 | 51 | 57 |
| Binary | 1110101 | 10101001 | 1000110 | 11111 | 0 | 111011 | 100010 | 1011100 | 101001 | 101111 |
Color Harmonies of #75A946
Complementary color
Monochromatic Colors of #75A946
Black with #75A946
Text Example
Text Example
White with #75A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A946; }
p { color: rgb(117,169,70); }
H1.HeaderClassName
{
color: #75A946;
}
.AnyTagClassName
{
color: #75A946;
}
</style>
background-color css
<style>
a { background-color: #75A946; }
a { background-color: rgb(117,169,70); }
div.DivClassName
{
background-color: #75A946;
}
.BgClassName
{
background-color: #75A946;
}
</style>
border-color css
<style>
span { border-color: #75A946; }
span { border-color: rgb(117,169,70); }
td.TdClassName
{
border-color: #75A946;
}
.TagClassName
{
border-color: #75A946;
}
</style>