Shades of Asparagus #7B9952
Tints of Asparagus #7B9952
RGB
CMYK
RGB Variations
Color information
#7B9952 (or 0x7B9952) is known color: Asparagus. HEX triplet: 7B, 99 and 52. RGB value is (123,153,82). Sum of RGB (Red+Green+Blue) = 123+153+82=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9952 is #8466AD. Grayscale: #888888. Windows color (decimal): -8677038 or 5413243. OLE color: 5413243.
HSL color Cylindrical-coordinate representation of color #7B9952: hue angle of 85.35º 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 #7B9952 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 82 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.4 |
| HSL | 85.35º | 0.3% | 0.46% | - |
| HSV(B) | 85.35º | 0.46% | 0.6% | - |
| XYZ | 21.08 | 27.6 | 12.2 | - |
| YUV | 135.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 82 | 0.20 | 0 | 0.46 | 0.4 | 85.35 | 0.3 | 0.46 |
| Hex | 7B | 99 | 52 | 14 | 0 | 2E | 28 | 55 | 1E | 2E |
| Octal | 173 | 231 | 122 | 24 | 0 | 56 | 50 | 125 | 36 | 56 |
| Binary | 1111011 | 10011001 | 1010010 | 10100 | 0 | 101110 | 101000 | 1010101 | 11110 | 101110 |
Color Harmonies of #7B9952
Complementary color
Monochromatic Colors of #7B9952
Black with #7B9952
Text Example
Text Example
White with #7B9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9952; }
p { color: rgb(123,153,82); }
H1.HeaderClassName
{
color: #7B9952;
}
.AnyTagClassName
{
color: #7B9952;
}
</style>
background-color css
<style>
a { background-color: #7B9952; }
a { background-color: rgb(123,153,82); }
div.DivClassName
{
background-color: #7B9952;
}
.BgClassName
{
background-color: #7B9952;
}
</style>
border-color css
<style>
span { border-color: #7B9952; }
span { border-color: rgb(123,153,82); }
td.TdClassName
{
border-color: #7B9952;
}
.TagClassName
{
border-color: #7B9952;
}
</style>