Shades of Asparagus #7E9955
Tints of Asparagus #7E9955
RGB
CMYK
RGB Variations
Color information
#7E9955 (or 0x7E9955) is known color: Asparagus. HEX triplet: 7E, 99 and 55. RGB value is (126,153,85). Sum of RGB (Red+Green+Blue) = 126+153+85=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9955 is #8166AA. Grayscale: #898989. Windows color (decimal): -8480427 or 5609854. OLE color: 5609854.
HSL color Cylindrical-coordinate representation of color #7E9955: hue angle of 83.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E9955 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 85 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.4 |
| HSL | 83.82º | 0.29% | 0.47% | - |
| HSV(B) | 83.82º | 0.44% | 0.6% | - |
| XYZ | 21.64 | 27.87 | 12.83 | - |
| YUV | 137.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 85 | 0.18 | 0 | 0.44 | 0.4 | 83.82 | 0.29 | 0.47 |
| Hex | 7E | 99 | 55 | 12 | 0 | 2C | 28 | 54 | 1D | 2F |
| Octal | 176 | 231 | 125 | 22 | 0 | 54 | 50 | 124 | 35 | 57 |
| Binary | 1111110 | 10011001 | 1010101 | 10010 | 0 | 101100 | 101000 | 1010100 | 11101 | 101111 |
Color Harmonies of #7E9955
Complementary color
Monochromatic Colors of #7E9955
Black with #7E9955
Text Example
Text Example
White with #7E9955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9955; }
p { color: rgb(126,153,85); }
H1.HeaderClassName
{
color: #7E9955;
}
.AnyTagClassName
{
color: #7E9955;
}
</style>
background-color css
<style>
a { background-color: #7E9955; }
a { background-color: rgb(126,153,85); }
div.DivClassName
{
background-color: #7E9955;
}
.BgClassName
{
background-color: #7E9955;
}
</style>
border-color css
<style>
span { border-color: #7E9955; }
span { border-color: rgb(126,153,85); }
td.TdClassName
{
border-color: #7E9955;
}
.TagClassName
{
border-color: #7E9955;
}
</style>