Shades of Asparagus #75A446
Tints of Asparagus #75A446
RGB
CMYK
RGB Variations
Color information
#75A446 (or 0x75A446) is known color: Asparagus. HEX triplet: 75, A4 and 46. RGB value is (117,164,70). Sum of RGB (Red+Green+Blue) = 117+164+70=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #75A446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A446 is #8A5BB9. Grayscale: #8B8B8B. Windows color (decimal): -9067450 or 4629621. OLE color: 4629621.
HSL color Cylindrical-coordinate representation of color #75A446: hue angle of 90º 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 #75A446 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 164 | 70 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.36 |
| HSL | 90º | 0.4% | 0.46% | - |
| HSV(B) | 90º | 0.57% | 0.64% | - |
| XYZ | 21.72 | 30.78 | 10.59 | - |
| YUV | 139.23 | 88.93 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 164 | 70 | 0.29 | 0 | 0.57 | 0.36 | 90 | 0.4 | 0.46 |
| Hex | 75 | A4 | 46 | 1D | 0 | 39 | 24 | 5A | 28 | 2E |
| Octal | 165 | 244 | 106 | 35 | 0 | 71 | 44 | 132 | 50 | 56 |
| Binary | 1110101 | 10100100 | 1000110 | 11101 | 0 | 111001 | 100100 | 1011010 | 101000 | 101110 |
Color Harmonies of #75A446
Complementary color
Monochromatic Colors of #75A446
Black with #75A446
Text Example
Text Example
White with #75A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A446; }
p { color: rgb(117,164,70); }
H1.HeaderClassName
{
color: #75A446;
}
.AnyTagClassName
{
color: #75A446;
}
</style>
background-color css
<style>
a { background-color: #75A446; }
a { background-color: rgb(117,164,70); }
div.DivClassName
{
background-color: #75A446;
}
.BgClassName
{
background-color: #75A446;
}
</style>
border-color css
<style>
span { border-color: #75A446; }
span { border-color: rgb(117,164,70); }
td.TdClassName
{
border-color: #75A446;
}
.TagClassName
{
border-color: #75A446;
}
</style>