Shades of Asparagus #7BAF55
Tints of Asparagus #7BAF55
RGB
CMYK
RGB Variations
Color information
#7BAF55 (or 0x7BAF55) is known color: Asparagus. HEX triplet: 7B, AF and 55. RGB value is (123,175,85). Sum of RGB (Red+Green+Blue) = 123+175+85=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF55 is #8450AA. Grayscale: #959595. Windows color (decimal): -8671403 or 5615483. OLE color: 5615483.
HSL color Cylindrical-coordinate representation of color #7BAF55: hue angle of 94.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BAF55 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 85 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.31 |
| HSL | 94.67º | 0.36% | 0.51% | - |
| HSV(B) | 94.67º | 0.51% | 0.69% | - |
| XYZ | 25.14 | 35.53 | 14.13 | - |
| YUV | 149.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 85 | 0.30 | 0 | 0.51 | 0.31 | 94.67 | 0.36 | 0.51 |
| Hex | 7B | AF | 55 | 1E | 0 | 33 | 1F | 5F | 24 | 33 |
| Octal | 173 | 257 | 125 | 36 | 0 | 63 | 37 | 137 | 44 | 63 |
| Binary | 1111011 | 10101111 | 1010101 | 11110 | 0 | 110011 | 11111 | 1011111 | 100100 | 110011 |
Color Harmonies of #7BAF55
Complementary color
Monochromatic Colors of #7BAF55
Black with #7BAF55
Text Example
Text Example
White with #7BAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF55; }
p { color: rgb(123,175,85); }
H1.HeaderClassName
{
color: #7BAF55;
}
.AnyTagClassName
{
color: #7BAF55;
}
</style>
background-color css
<style>
a { background-color: #7BAF55; }
a { background-color: rgb(123,175,85); }
div.DivClassName
{
background-color: #7BAF55;
}
.BgClassName
{
background-color: #7BAF55;
}
</style>
border-color css
<style>
span { border-color: #7BAF55; }
span { border-color: rgb(123,175,85); }
td.TdClassName
{
border-color: #7BAF55;
}
.TagClassName
{
border-color: #7BAF55;
}
</style>