Shades of Asparagus #7B9C52
Tints of Asparagus #7B9C52
RGB
CMYK
RGB Variations
Color information
#7B9C52 (or 0x7B9C52) is known color: Asparagus. HEX triplet: 7B, 9C and 52. RGB value is (123,156,82). Sum of RGB (Red+Green+Blue) = 123+156+82=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9C52 is #8463AD. Grayscale: #898989. Windows color (decimal): -8676270 or 5414011. OLE color: 5414011.
HSL color Cylindrical-coordinate representation of color #7B9C52: hue angle of 86.76º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B9C52 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 156 | 82 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.39 |
| HSL | 86.76º | 0.31% | 0.47% | - |
| HSV(B) | 86.76º | 0.47% | 0.61% | - |
| XYZ | 21.58 | 28.6 | 12.37 | - |
| YUV | 137.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 82 | 0.21 | 0 | 0.47 | 0.39 | 86.76 | 0.31 | 0.47 |
| Hex | 7B | 9C | 52 | 15 | 0 | 2F | 27 | 57 | 1F | 2F |
| Octal | 173 | 234 | 122 | 25 | 0 | 57 | 47 | 127 | 37 | 57 |
| Binary | 1111011 | 10011100 | 1010010 | 10101 | 0 | 101111 | 100111 | 1010111 | 11111 | 101111 |
Color Harmonies of #7B9C52
Complementary color
Monochromatic Colors of #7B9C52
Black with #7B9C52
Text Example
Text Example
White with #7B9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9C52; }
p { color: rgb(123,156,82); }
H1.HeaderClassName
{
color: #7B9C52;
}
.AnyTagClassName
{
color: #7B9C52;
}
</style>
background-color css
<style>
a { background-color: #7B9C52; }
a { background-color: rgb(123,156,82); }
div.DivClassName
{
background-color: #7B9C52;
}
.BgClassName
{
background-color: #7B9C52;
}
</style>
border-color css
<style>
span { border-color: #7B9C52; }
span { border-color: rgb(123,156,82); }
td.TdClassName
{
border-color: #7B9C52;
}
.TagClassName
{
border-color: #7B9C52;
}
</style>