Shades of Asparagus #7BA852
Tints of Asparagus #7BA852
RGB
CMYK
RGB Variations
Color information
#7BA852 (or 0x7BA852) is known color: Asparagus. HEX triplet: 7B, A8 and 52. RGB value is (123,168,82). Sum of RGB (Red+Green+Blue) = 123+168+82=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA852 is #8457AD. Grayscale: #919191. Windows color (decimal): -8673198 or 5417083. OLE color: 5417083.
HSL color Cylindrical-coordinate representation of color #7BA852: hue angle of 91.4º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA852 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 82 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.34 |
| HSL | 91.4º | 0.34% | 0.49% | - |
| HSV(B) | 91.4º | 0.51% | 0.66% | - |
| XYZ | 23.69 | 32.83 | 13.07 | - |
| YUV | 144.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 82 | 0.27 | 0 | 0.51 | 0.34 | 91.4 | 0.34 | 0.49 |
| Hex | 7B | A8 | 52 | 1B | 0 | 33 | 22 | 5B | 22 | 31 |
| Octal | 173 | 250 | 122 | 33 | 0 | 63 | 42 | 133 | 42 | 61 |
| Binary | 1111011 | 10101000 | 1010010 | 11011 | 0 | 110011 | 100010 | 1011011 | 100010 | 110001 |
Color Harmonies of #7BA852
Complementary color
Monochromatic Colors of #7BA852
Black with #7BA852
Text Example
Text Example
White with #7BA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA852; }
p { color: rgb(123,168,82); }
H1.HeaderClassName
{
color: #7BA852;
}
.AnyTagClassName
{
color: #7BA852;
}
</style>
background-color css
<style>
a { background-color: #7BA852; }
a { background-color: rgb(123,168,82); }
div.DivClassName
{
background-color: #7BA852;
}
.BgClassName
{
background-color: #7BA852;
}
</style>
border-color css
<style>
span { border-color: #7BA852; }
span { border-color: rgb(123,168,82); }
td.TdClassName
{
border-color: #7BA852;
}
.TagClassName
{
border-color: #7BA852;
}
</style>