Shades of Asparagus #7E9B54
Tints of Asparagus #7E9B54
RGB
CMYK
RGB Variations
Color information
#7E9B54 (or 0x7E9B54) is known color: Asparagus. HEX triplet: 7E, 9B and 54. RGB value is (126,155,84). Sum of RGB (Red+Green+Blue) = 126+155+84=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B54 is #8164AB. Grayscale: #8A8A8A. Windows color (decimal): -8479916 or 5544830. OLE color: 5544830.
HSL color Cylindrical-coordinate representation of color #7E9B54: hue angle of 84.51º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E9B54 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 155 | 84 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.39 |
| HSL | 84.51º | 0.3% | 0.47% | - |
| HSV(B) | 84.51º | 0.46% | 0.61% | - |
| XYZ | 21.93 | 28.52 | 12.74 | - |
| YUV | 138.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 84 | 0.19 | 0 | 0.46 | 0.39 | 84.51 | 0.3 | 0.47 |
| Hex | 7E | 9B | 54 | 13 | 0 | 2E | 27 | 55 | 1E | 2F |
| Octal | 176 | 233 | 124 | 23 | 0 | 56 | 47 | 125 | 36 | 57 |
| Binary | 1111110 | 10011011 | 1010100 | 10011 | 0 | 101110 | 100111 | 1010101 | 11110 | 101111 |
Color Harmonies of #7E9B54
Complementary color
Monochromatic Colors of #7E9B54
Black with #7E9B54
Text Example
Text Example
White with #7E9B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9B54; }
p { color: rgb(126,155,84); }
H1.HeaderClassName
{
color: #7E9B54;
}
.AnyTagClassName
{
color: #7E9B54;
}
</style>
background-color css
<style>
a { background-color: #7E9B54; }
a { background-color: rgb(126,155,84); }
div.DivClassName
{
background-color: #7E9B54;
}
.BgClassName
{
background-color: #7E9B54;
}
</style>
border-color css
<style>
span { border-color: #7E9B54; }
span { border-color: rgb(126,155,84); }
td.TdClassName
{
border-color: #7E9B54;
}
.TagClassName
{
border-color: #7E9B54;
}
</style>