Shades of Asparagus #7DB05C
Tints of Asparagus #7DB05C
RGB
CMYK
RGB Variations
Color information
#7DB05C (or 0x7DB05C) is known color: Asparagus. HEX triplet: 7D, B0 and 5C. RGB value is (125,176,92). Sum of RGB (Red+Green+Blue) = 125+176+92=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB05C is #824FA3. Grayscale: #979797. Windows color (decimal): -8540068 or 6074493. OLE color: 6074493.
HSL color Cylindrical-coordinate representation of color #7DB05C: hue angle of 96.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB05C is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 92 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.31 |
| HSL | 96.43º | 0.35% | 0.53% | - |
| HSV(B) | 96.43º | 0.48% | 0.69% | - |
| XYZ | 25.91 | 36.18 | 15.74 | - |
| YUV | 151.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 92 | 0.29 | 0 | 0.48 | 0.31 | 96.43 | 0.35 | 0.53 |
| Hex | 7D | B0 | 5C | 1D | 0 | 30 | 1F | 60 | 23 | 35 |
| Octal | 175 | 260 | 134 | 35 | 0 | 60 | 37 | 140 | 43 | 65 |
| Binary | 1111101 | 10110000 | 1011100 | 11101 | 0 | 110000 | 11111 | 1100000 | 100011 | 110101 |
Color Harmonies of #7DB05C
Complementary color
Monochromatic Colors of #7DB05C
Black with #7DB05C
Text Example
Text Example
White with #7DB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB05C; }
p { color: rgb(125,176,92); }
H1.HeaderClassName
{
color: #7DB05C;
}
.AnyTagClassName
{
color: #7DB05C;
}
</style>
background-color css
<style>
a { background-color: #7DB05C; }
a { background-color: rgb(125,176,92); }
div.DivClassName
{
background-color: #7DB05C;
}
.BgClassName
{
background-color: #7DB05C;
}
</style>
border-color css
<style>
span { border-color: #7DB05C; }
span { border-color: rgb(125,176,92); }
td.TdClassName
{
border-color: #7DB05C;
}
.TagClassName
{
border-color: #7DB05C;
}
</style>