Shades of Asparagus #7B9852
Tints of Asparagus #7B9852
RGB
CMYK
RGB Variations
Color information
#7B9852 (or 0x7B9852) is known color: Asparagus. HEX triplet: 7B, 98 and 52. RGB value is (123,152,82). Sum of RGB (Red+Green+Blue) = 123+152+82=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #7B9852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9852 is #8467AD. Grayscale: #878787. Windows color (decimal): -8677294 or 5412987. OLE color: 5412987.
HSL color Cylindrical-coordinate representation of color #7B9852: hue angle of 84.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B9852 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 82 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.40 |
| HSL | 84.86º | 0.3% | 0.46% | - |
| HSV(B) | 84.86º | 0.46% | 0.6% | - |
| XYZ | 20.92 | 27.28 | 12.14 | - |
| YUV | 135.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 82 | 0.19 | 0 | 0.46 | 0.40 | 84.86 | 0.3 | 0.46 |
| Hex | 7B | 98 | 52 | 13 | 0 | 2E | 28 | 55 | 1E | 2E |
| Octal | 173 | 230 | 122 | 23 | 0 | 56 | 50 | 125 | 36 | 56 |
| Binary | 1111011 | 10011000 | 1010010 | 10011 | 0 | 101110 | 101000 | 1010101 | 11110 | 101110 |
Color Harmonies of #7B9852
Complementary color
Monochromatic Colors of #7B9852
Black with #7B9852
Text Example
Text Example
White with #7B9852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9852; }
p { color: rgb(123,152,82); }
H1.HeaderClassName
{
color: #7B9852;
}
.AnyTagClassName
{
color: #7B9852;
}
</style>
background-color css
<style>
a { background-color: #7B9852; }
a { background-color: rgb(123,152,82); }
div.DivClassName
{
background-color: #7B9852;
}
.BgClassName
{
background-color: #7B9852;
}
</style>
border-color css
<style>
span { border-color: #7B9852; }
span { border-color: rgb(123,152,82); }
td.TdClassName
{
border-color: #7B9852;
}
.TagClassName
{
border-color: #7B9852;
}
</style>