Shades of Asparagus #7B9D50
Tints of Asparagus #7B9D50
RGB
CMYK
RGB Variations
Color information
#7B9D50 (or 0x7B9D50) is known color: Asparagus. HEX triplet: 7B, 9D and 50. RGB value is (123,157,80). Sum of RGB (Red+Green+Blue) = 123+157+80=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9D50 is #8462AF. Grayscale: #8A8A8A. Windows color (decimal): -8676016 or 5283195. OLE color: 5283195.
HSL color Cylindrical-coordinate representation of color #7B9D50: hue angle of 86.49º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B9D50 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 80 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.38 |
| HSL | 86.49º | 0.32% | 0.46% | - |
| HSV(B) | 86.49º | 0.49% | 0.62% | - |
| XYZ | 21.67 | 28.9 | 12.03 | - |
| YUV | 138.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 80 | 0.22 | 0 | 0.49 | 0.38 | 86.49 | 0.32 | 0.46 |
| Hex | 7B | 9D | 50 | 16 | 0 | 31 | 26 | 56 | 20 | 2E |
| Octal | 173 | 235 | 120 | 26 | 0 | 61 | 46 | 126 | 40 | 56 |
| Binary | 1111011 | 10011101 | 1010000 | 10110 | 0 | 110001 | 100110 | 1010110 | 100000 | 101110 |
Color Harmonies of #7B9D50
Complementary color
Monochromatic Colors of #7B9D50
Black with #7B9D50
Text Example
Text Example
White with #7B9D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D50; }
p { color: rgb(123,157,80); }
H1.HeaderClassName
{
color: #7B9D50;
}
.AnyTagClassName
{
color: #7B9D50;
}
</style>
background-color css
<style>
a { background-color: #7B9D50; }
a { background-color: rgb(123,157,80); }
div.DivClassName
{
background-color: #7B9D50;
}
.BgClassName
{
background-color: #7B9D50;
}
</style>
border-color css
<style>
span { border-color: #7B9D50; }
span { border-color: rgb(123,157,80); }
td.TdClassName
{
border-color: #7B9D50;
}
.TagClassName
{
border-color: #7B9D50;
}
</style>