Shades of Asparagus #7BA255
Tints of Asparagus #7BA255
RGB
CMYK
RGB Variations
Color information
#7BA255 (or 0x7BA255) is known color: Asparagus. HEX triplet: 7B, A2 and 55. RGB value is (123,162,85). Sum of RGB (Red+Green+Blue) = 123+162+85=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA255 is #845DAA. Grayscale: #8D8D8D. Windows color (decimal): -8674731 or 5612155. OLE color: 5612155.
HSL color Cylindrical-coordinate representation of color #7BA255: hue angle of 90.39º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BA255 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 85 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.36 |
| HSL | 90.39º | 0.31% | 0.48% | - |
| HSV(B) | 90.39º | 0.48% | 0.64% | - |
| XYZ | 22.73 | 30.71 | 13.32 | - |
| YUV | 141.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 85 | 0.24 | 0 | 0.48 | 0.36 | 90.39 | 0.31 | 0.48 |
| Hex | 7B | A2 | 55 | 18 | 0 | 30 | 24 | 5A | 1F | 30 |
| Octal | 173 | 242 | 125 | 30 | 0 | 60 | 44 | 132 | 37 | 60 |
| Binary | 1111011 | 10100010 | 1010101 | 11000 | 0 | 110000 | 100100 | 1011010 | 11111 | 110000 |
Color Harmonies of #7BA255
Complementary color
Monochromatic Colors of #7BA255
Black with #7BA255
Text Example
Text Example
White with #7BA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA255; }
p { color: rgb(123,162,85); }
H1.HeaderClassName
{
color: #7BA255;
}
.AnyTagClassName
{
color: #7BA255;
}
</style>
background-color css
<style>
a { background-color: #7BA255; }
a { background-color: rgb(123,162,85); }
div.DivClassName
{
background-color: #7BA255;
}
.BgClassName
{
background-color: #7BA255;
}
</style>
border-color css
<style>
span { border-color: #7BA255; }
span { border-color: rgb(123,162,85); }
td.TdClassName
{
border-color: #7BA255;
}
.TagClassName
{
border-color: #7BA255;
}
</style>