Shades of Asparagus #7BA05B
Tints of Asparagus #7BA05B
RGB
CMYK
RGB Variations
Color information
#7BA05B (or 0x7BA05B) is known color: Asparagus. HEX triplet: 7B, A0 and 5B. RGB value is (123,160,91). Sum of RGB (Red+Green+Blue) = 123+160+91=374 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.89% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA05B is #845FA4. Grayscale: #8D8D8D. Windows color (decimal): -8675237 or 6004859. OLE color: 6004859.
HSL color Cylindrical-coordinate representation of color #7BA05B: hue angle of 92.17º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BA05B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 91 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.37 |
| HSL | 92.17º | 0.27% | 0.49% | - |
| HSV(B) | 92.17º | 0.43% | 0.63% | - |
| XYZ | 22.63 | 30.11 | 14.52 | - |
| YUV | 141.07 | 99.74 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 91 | 0.23 | 0 | 0.43 | 0.37 | 92.17 | 0.27 | 0.49 |
| Hex | 7B | A0 | 5B | 17 | 0 | 2B | 25 | 5C | 1B | 31 |
| Octal | 173 | 240 | 133 | 27 | 0 | 53 | 45 | 134 | 33 | 61 |
| Binary | 1111011 | 10100000 | 1011011 | 10111 | 0 | 101011 | 100101 | 1011100 | 11011 | 110001 |
Color Harmonies of #7BA05B
Complementary color
Monochromatic Colors of #7BA05B
Black with #7BA05B
Text Example
Text Example
White with #7BA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA05B; }
p { color: rgb(123,160,91); }
H1.HeaderClassName
{
color: #7BA05B;
}
.AnyTagClassName
{
color: #7BA05B;
}
</style>
background-color css
<style>
a { background-color: #7BA05B; }
a { background-color: rgb(123,160,91); }
div.DivClassName
{
background-color: #7BA05B;
}
.BgClassName
{
background-color: #7BA05B;
}
</style>
border-color css
<style>
span { border-color: #7BA05B; }
span { border-color: rgb(123,160,91); }
td.TdClassName
{
border-color: #7BA05B;
}
.TagClassName
{
border-color: #7BA05B;
}
</style>