Shades of Asparagus #7D9C52
Tints of Asparagus #7D9C52
RGB
CMYK
RGB Variations
Color information
#7D9C52 (or 0x7D9C52) is known color: Asparagus. HEX triplet: 7D, 9C and 52. RGB value is (125,156,82). Sum of RGB (Red+Green+Blue) = 125+156+82=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9C52 is #8263AD. Grayscale: #8A8A8A. Windows color (decimal): -8545198 or 5414013. OLE color: 5414013.
HSL color Cylindrical-coordinate representation of color #7D9C52: hue angle of 85.14º 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 #7D9C52 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 82 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.39 |
| HSL | 85.14º | 0.31% | 0.47% | - |
| HSV(B) | 85.14º | 0.47% | 0.61% | - |
| XYZ | 21.87 | 28.75 | 12.38 | - |
| YUV | 138.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 82 | 0.20 | 0 | 0.47 | 0.39 | 85.14 | 0.31 | 0.47 |
| Hex | 7D | 9C | 52 | 14 | 0 | 2F | 27 | 55 | 1F | 2F |
| Octal | 175 | 234 | 122 | 24 | 0 | 57 | 47 | 125 | 37 | 57 |
| Binary | 1111101 | 10011100 | 1010010 | 10100 | 0 | 101111 | 100111 | 1010101 | 11111 | 101111 |
Color Harmonies of #7D9C52
Complementary color
Monochromatic Colors of #7D9C52
Black with #7D9C52
Text Example
Text Example
White with #7D9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C52; }
p { color: rgb(125,156,82); }
H1.HeaderClassName
{
color: #7D9C52;
}
.AnyTagClassName
{
color: #7D9C52;
}
</style>
background-color css
<style>
a { background-color: #7D9C52; }
a { background-color: rgb(125,156,82); }
div.DivClassName
{
background-color: #7D9C52;
}
.BgClassName
{
background-color: #7D9C52;
}
</style>
border-color css
<style>
span { border-color: #7D9C52; }
span { border-color: rgb(125,156,82); }
td.TdClassName
{
border-color: #7D9C52;
}
.TagClassName
{
border-color: #7D9C52;
}
</style>