Shades of Asparagus #75A346
Tints of Asparagus #75A346
RGB
CMYK
RGB Variations
Color information
#75A346 (or 0x75A346) is known color: Asparagus. HEX triplet: 75, A3 and 46. RGB value is (117,163,70). Sum of RGB (Red+Green+Blue) = 117+163+70=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #75A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A346 is #8A5CB9. Grayscale: #8A8A8A. Windows color (decimal): -9067706 or 4629365. OLE color: 4629365.
HSL color Cylindrical-coordinate representation of color #75A346: hue angle of 89.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75A346 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 70 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.36 |
| HSL | 89.68º | 0.4% | 0.46% | - |
| HSV(B) | 89.68º | 0.57% | 0.64% | - |
| XYZ | 21.54 | 30.42 | 10.53 | - |
| YUV | 138.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 70 | 0.28 | 0 | 0.57 | 0.36 | 89.68 | 0.4 | 0.46 |
| Hex | 75 | A3 | 46 | 1C | 0 | 39 | 24 | 5A | 28 | 2E |
| Octal | 165 | 243 | 106 | 34 | 0 | 71 | 44 | 132 | 50 | 56 |
| Binary | 1110101 | 10100011 | 1000110 | 11100 | 0 | 111001 | 100100 | 1011010 | 101000 | 101110 |
Color Harmonies of #75A346
Complementary color
Monochromatic Colors of #75A346
Black with #75A346
Text Example
Text Example
White with #75A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A346; }
p { color: rgb(117,163,70); }
H1.HeaderClassName
{
color: #75A346;
}
.AnyTagClassName
{
color: #75A346;
}
</style>
background-color css
<style>
a { background-color: #75A346; }
a { background-color: rgb(117,163,70); }
div.DivClassName
{
background-color: #75A346;
}
.BgClassName
{
background-color: #75A346;
}
</style>
border-color css
<style>
span { border-color: #75A346; }
span { border-color: rgb(117,163,70); }
td.TdClassName
{
border-color: #75A346;
}
.TagClassName
{
border-color: #75A346;
}
</style>