Shades of Asparagus #7BAF51
Tints of Asparagus #7BAF51
RGB
CMYK
RGB Variations
Color information
#7BAF51 (or 0x7BAF51) is known color: Asparagus. HEX triplet: 7B, AF and 51. RGB value is (123,175,81). Sum of RGB (Red+Green+Blue) = 123+175+81=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF51 is #8450AE. Grayscale: #959595. Windows color (decimal): -8671407 or 5353339. OLE color: 5353339.
HSL color Cylindrical-coordinate representation of color #7BAF51: hue angle of 93.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BAF51 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 81 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.31 |
| HSL | 93.19º | 0.37% | 0.5% | - |
| HSV(B) | 93.19º | 0.54% | 0.69% | - |
| XYZ | 24.98 | 35.46 | 13.31 | - |
| YUV | 148.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 81 | 0.30 | 0 | 0.54 | 0.31 | 93.19 | 0.37 | 0.5 |
| Hex | 7B | AF | 51 | 1E | 0 | 36 | 1F | 5D | 25 | 32 |
| Octal | 173 | 257 | 121 | 36 | 0 | 66 | 37 | 135 | 45 | 62 |
| Binary | 1111011 | 10101111 | 1010001 | 11110 | 0 | 110110 | 11111 | 1011101 | 100101 | 110010 |
Color Harmonies of #7BAF51
Complementary color
Monochromatic Colors of #7BAF51
Black with #7BAF51
Text Example
Text Example
White with #7BAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF51; }
p { color: rgb(123,175,81); }
H1.HeaderClassName
{
color: #7BAF51;
}
.AnyTagClassName
{
color: #7BAF51;
}
</style>
background-color css
<style>
a { background-color: #7BAF51; }
a { background-color: rgb(123,175,81); }
div.DivClassName
{
background-color: #7BAF51;
}
.BgClassName
{
background-color: #7BAF51;
}
</style>
border-color css
<style>
span { border-color: #7BAF51; }
span { border-color: rgb(123,175,81); }
td.TdClassName
{
border-color: #7BAF51;
}
.TagClassName
{
border-color: #7BAF51;
}
</style>