Shades of Asparagus #7B9E50
Tints of Asparagus #7B9E50
RGB
CMYK
RGB Variations
Color information
#7B9E50 (or 0x7B9E50) is known color: Asparagus. HEX triplet: 7B, 9E and 50. RGB value is (123,158,80). Sum of RGB (Red+Green+Blue) = 123+158+80=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9E50 is #8461AF. Grayscale: #8A8A8A. Windows color (decimal): -8675760 or 5283451. OLE color: 5283451.
HSL color Cylindrical-coordinate representation of color #7B9E50: hue angle of 86.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B9E50 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 80 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.38 |
| HSL | 86.92º | 0.33% | 0.47% | - |
| HSV(B) | 86.92º | 0.49% | 0.62% | - |
| XYZ | 21.84 | 29.24 | 12.08 | - |
| YUV | 138.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 80 | 0.22 | 0 | 0.49 | 0.38 | 86.92 | 0.33 | 0.47 |
| Hex | 7B | 9E | 50 | 16 | 0 | 31 | 26 | 57 | 21 | 2F |
| Octal | 173 | 236 | 120 | 26 | 0 | 61 | 46 | 127 | 41 | 57 |
| Binary | 1111011 | 10011110 | 1010000 | 10110 | 0 | 110001 | 100110 | 1010111 | 100001 | 101111 |
Color Harmonies of #7B9E50
Complementary color
Monochromatic Colors of #7B9E50
Black with #7B9E50
Text Example
Text Example
White with #7B9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E50; }
p { color: rgb(123,158,80); }
H1.HeaderClassName
{
color: #7B9E50;
}
.AnyTagClassName
{
color: #7B9E50;
}
</style>
background-color css
<style>
a { background-color: #7B9E50; }
a { background-color: rgb(123,158,80); }
div.DivClassName
{
background-color: #7B9E50;
}
.BgClassName
{
background-color: #7B9E50;
}
</style>
border-color css
<style>
span { border-color: #7B9E50; }
span { border-color: rgb(123,158,80); }
td.TdClassName
{
border-color: #7B9E50;
}
.TagClassName
{
border-color: #7B9E50;
}
</style>