Shades of Asparagus #75954E
Tints of Asparagus #75954E
RGB
CMYK
RGB Variations
Color information
#75954E (or 0x75954E) is known color: Asparagus. HEX triplet: 75, 95 and 4E. RGB value is (117,149,78). Sum of RGB (Red+Green+Blue) = 117+149+78=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #75954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75954E is #8A6AB1. Grayscale: #838383. Windows color (decimal): -9071282 or 5150069. OLE color: 5150069.
HSL color Cylindrical-coordinate representation of color #75954E: hue angle of 87.04º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75954E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 78 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.42 |
| HSL | 87.04º | 0.31% | 0.45% | - |
| HSV(B) | 87.04º | 0.48% | 0.58% | - |
| XYZ | 19.46 | 25.83 | 11.17 | - |
| YUV | 131.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 78 | 0.21 | 0 | 0.48 | 0.42 | 87.04 | 0.31 | 0.45 |
| Hex | 75 | 95 | 4E | 15 | 0 | 30 | 2A | 57 | 1F | 2D |
| Octal | 165 | 225 | 116 | 25 | 0 | 60 | 52 | 127 | 37 | 55 |
| Binary | 1110101 | 10010101 | 1001110 | 10101 | 0 | 110000 | 101010 | 1010111 | 11111 | 101101 |
Color Harmonies of #75954E
Complementary color
Monochromatic Colors of #75954E
Black with #75954E
Text Example
Text Example
White with #75954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75954E; }
p { color: rgb(117,149,78); }
H1.HeaderClassName
{
color: #75954E;
}
.AnyTagClassName
{
color: #75954E;
}
</style>
background-color css
<style>
a { background-color: #75954E; }
a { background-color: rgb(117,149,78); }
div.DivClassName
{
background-color: #75954E;
}
.BgClassName
{
background-color: #75954E;
}
</style>
border-color css
<style>
span { border-color: #75954E; }
span { border-color: rgb(117,149,78); }
td.TdClassName
{
border-color: #75954E;
}
.TagClassName
{
border-color: #75954E;
}
</style>