Shades of Asparagus #7E9C53
Tints of Asparagus #7E9C53
RGB
CMYK
RGB Variations
Color information
#7E9C53 (or 0x7E9C53) is known color: Asparagus. HEX triplet: 7E, 9C and 53. RGB value is (126,156,83). Sum of RGB (Red+Green+Blue) = 126+156+83=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9C53 is #8163AC. Grayscale: #8A8A8A. Windows color (decimal): -8479661 or 5479550. OLE color: 5479550.
HSL color Cylindrical-coordinate representation of color #7E9C53: hue angle of 84.66º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E9C53 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 83 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.39 |
| HSL | 84.66º | 0.31% | 0.47% | - |
| HSV(B) | 84.66º | 0.47% | 0.61% | - |
| XYZ | 22.05 | 28.84 | 12.59 | - |
| YUV | 138.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 83 | 0.19 | 0 | 0.47 | 0.39 | 84.66 | 0.31 | 0.47 |
| Hex | 7E | 9C | 53 | 13 | 0 | 2F | 27 | 55 | 1F | 2F |
| Octal | 176 | 234 | 123 | 23 | 0 | 57 | 47 | 125 | 37 | 57 |
| Binary | 1111110 | 10011100 | 1010011 | 10011 | 0 | 101111 | 100111 | 1010101 | 11111 | 101111 |
Color Harmonies of #7E9C53
Complementary color
Monochromatic Colors of #7E9C53
Black with #7E9C53
Text Example
Text Example
White with #7E9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C53; }
p { color: rgb(126,156,83); }
H1.HeaderClassName
{
color: #7E9C53;
}
.AnyTagClassName
{
color: #7E9C53;
}
</style>
background-color css
<style>
a { background-color: #7E9C53; }
a { background-color: rgb(126,156,83); }
div.DivClassName
{
background-color: #7E9C53;
}
.BgClassName
{
background-color: #7E9C53;
}
</style>
border-color css
<style>
span { border-color: #7E9C53; }
span { border-color: rgb(126,156,83); }
td.TdClassName
{
border-color: #7E9C53;
}
.TagClassName
{
border-color: #7E9C53;
}
</style>