Shades of Asparagus #7C9B52
Tints of Asparagus #7C9B52
RGB
CMYK
RGB Variations
Color information
#7C9B52 (or 0x7C9B52) is known color: Asparagus. HEX triplet: 7C, 9B and 52. RGB value is (124,155,82). Sum of RGB (Red+Green+Blue) = 124+155+82=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9B52 is #8364AD. Grayscale: #898989. Windows color (decimal): -8610990 or 5413756. OLE color: 5413756.
HSL color Cylindrical-coordinate representation of color #7C9B52: hue angle of 85.48º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C9B52 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 82 | - |
| CMYK | 0.2 | 0 | 0.47 | 0.39 |
| HSL | 85.48º | 0.31% | 0.46% | - |
| HSV(B) | 85.48º | 0.47% | 0.61% | - |
| XYZ | 21.56 | 28.34 | 12.32 | - |
| YUV | 137.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 82 | 0.2 | 0 | 0.47 | 0.39 | 85.48 | 0.31 | 0.46 |
| Hex | 7C | 9B | 52 | 14 | 0 | 2F | 27 | 55 | 1F | 2E |
| Octal | 174 | 233 | 122 | 24 | 0 | 57 | 47 | 125 | 37 | 56 |
| Binary | 1111100 | 10011011 | 1010010 | 10100 | 0 | 101111 | 100111 | 1010101 | 11111 | 101110 |
Color Harmonies of #7C9B52
Complementary color
Monochromatic Colors of #7C9B52
Black with #7C9B52
Text Example
Text Example
White with #7C9B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B52; }
p { color: rgb(124,155,82); }
H1.HeaderClassName
{
color: #7C9B52;
}
.AnyTagClassName
{
color: #7C9B52;
}
</style>
background-color css
<style>
a { background-color: #7C9B52; }
a { background-color: rgb(124,155,82); }
div.DivClassName
{
background-color: #7C9B52;
}
.BgClassName
{
background-color: #7C9B52;
}
</style>
border-color css
<style>
span { border-color: #7C9B52; }
span { border-color: rgb(124,155,82); }
td.TdClassName
{
border-color: #7C9B52;
}
.TagClassName
{
border-color: #7C9B52;
}
</style>