Shades of Asparagus #75A851
Tints of Asparagus #75A851
RGB
CMYK
RGB Variations
Color information
#75A851 (or 0x75A851) is known color: Asparagus. HEX triplet: 75, A8 and 51. RGB value is (117,168,81). Sum of RGB (Red+Green+Blue) = 117+168+81=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #75A851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A851 is #8A57AE. Grayscale: #8F8F8F. Windows color (decimal): -9066415 or 5351541. OLE color: 5351541.
HSL color Cylindrical-coordinate representation of color #75A851: hue angle of 95.17º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75A851 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 81 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.34 |
| HSL | 95.17º | 0.35% | 0.49% | - |
| HSV(B) | 95.17º | 0.52% | 0.66% | - |
| XYZ | 22.82 | 32.38 | 12.83 | - |
| YUV | 142.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 81 | 0.30 | 0 | 0.52 | 0.34 | 95.17 | 0.35 | 0.49 |
| Hex | 75 | A8 | 51 | 1E | 0 | 34 | 22 | 5F | 23 | 31 |
| Octal | 165 | 250 | 121 | 36 | 0 | 64 | 42 | 137 | 43 | 61 |
| Binary | 1110101 | 10101000 | 1010001 | 11110 | 0 | 110100 | 100010 | 1011111 | 100011 | 110001 |
Color Harmonies of #75A851
Complementary color
Monochromatic Colors of #75A851
Black with #75A851
Text Example
Text Example
White with #75A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A851; }
p { color: rgb(117,168,81); }
H1.HeaderClassName
{
color: #75A851;
}
.AnyTagClassName
{
color: #75A851;
}
</style>
background-color css
<style>
a { background-color: #75A851; }
a { background-color: rgb(117,168,81); }
div.DivClassName
{
background-color: #75A851;
}
.BgClassName
{
background-color: #75A851;
}
</style>
border-color css
<style>
span { border-color: #75A851; }
span { border-color: rgb(117,168,81); }
td.TdClassName
{
border-color: #75A851;
}
.TagClassName
{
border-color: #75A851;
}
</style>