Shades of Asparagus #7E9B5F
Tints of Asparagus #7E9B5F
RGB
CMYK
RGB Variations
Color information
#7E9B5F (or 0x7E9B5F) is known color: Asparagus. HEX triplet: 7E, 9B and 5F. RGB value is (126,155,95). Sum of RGB (Red+Green+Blue) = 126+155+95=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B5F is #8164A0. Grayscale: #8B8B8B. Windows color (decimal): -8479905 or 6265726. OLE color: 6265726.
HSL color Cylindrical-coordinate representation of color #7E9B5F: hue angle of 89º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E9B5F is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 155 | 95 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.39 |
| HSL | 89º | 0.24% | 0.49% | - |
| HSV(B) | 89º | 0.39% | 0.61% | - |
| XYZ | 22.39 | 28.7 | 15.19 | - |
| YUV | 139.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 95 | 0.19 | 0 | 0.39 | 0.39 | 89 | 0.24 | 0.49 |
| Hex | 7E | 9B | 5F | 13 | 0 | 27 | 27 | 59 | 18 | 31 |
| Octal | 176 | 233 | 137 | 23 | 0 | 47 | 47 | 131 | 30 | 61 |
| Binary | 1111110 | 10011011 | 1011111 | 10011 | 0 | 100111 | 100111 | 1011001 | 11000 | 110001 |
Color Harmonies of #7E9B5F
Complementary color
Monochromatic Colors of #7E9B5F
Black with #7E9B5F
Text Example
Text Example
White with #7E9B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9B5F; }
p { color: rgb(126,155,95); }
H1.HeaderClassName
{
color: #7E9B5F;
}
.AnyTagClassName
{
color: #7E9B5F;
}
</style>
background-color css
<style>
a { background-color: #7E9B5F; }
a { background-color: rgb(126,155,95); }
div.DivClassName
{
background-color: #7E9B5F;
}
.BgClassName
{
background-color: #7E9B5F;
}
</style>
border-color css
<style>
span { border-color: #7E9B5F; }
span { border-color: rgb(126,155,95); }
td.TdClassName
{
border-color: #7E9B5F;
}
.TagClassName
{
border-color: #7E9B5F;
}
</style>