Shades of Asparagus #7DB051
Tints of Asparagus #7DB051
RGB
CMYK
RGB Variations
Color information
#7DB051 (or 0x7DB051) is known color: Asparagus. HEX triplet: 7D, B0 and 51. RGB value is (125,176,81). Sum of RGB (Red+Green+Blue) = 125+176+81=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB051 is #824FAE. Grayscale: #969696. Windows color (decimal): -8540079 or 5353597. OLE color: 5353597.
HSL color Cylindrical-coordinate representation of color #7DB051: hue angle of 92.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DB051 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 81 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.31 |
| HSL | 92.21º | 0.38% | 0.5% | - |
| HSV(B) | 92.21º | 0.54% | 0.69% | - |
| XYZ | 25.47 | 36 | 13.39 | - |
| YUV | 149.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 81 | 0.29 | 0 | 0.54 | 0.31 | 92.21 | 0.38 | 0.5 |
| Hex | 7D | B0 | 51 | 1D | 0 | 36 | 1F | 5C | 26 | 32 |
| Octal | 175 | 260 | 121 | 35 | 0 | 66 | 37 | 134 | 46 | 62 |
| Binary | 1111101 | 10110000 | 1010001 | 11101 | 0 | 110110 | 11111 | 1011100 | 100110 | 110010 |
Color Harmonies of #7DB051
Complementary color
Monochromatic Colors of #7DB051
Black with #7DB051
Text Example
Text Example
White with #7DB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB051; }
p { color: rgb(125,176,81); }
H1.HeaderClassName
{
color: #7DB051;
}
.AnyTagClassName
{
color: #7DB051;
}
</style>
background-color css
<style>
a { background-color: #7DB051; }
a { background-color: rgb(125,176,81); }
div.DivClassName
{
background-color: #7DB051;
}
.BgClassName
{
background-color: #7DB051;
}
</style>
border-color css
<style>
span { border-color: #7DB051; }
span { border-color: rgb(125,176,81); }
td.TdClassName
{
border-color: #7DB051;
}
.TagClassName
{
border-color: #7DB051;
}
</style>