Shades of Amulet #7DB771
Tints of Amulet #7DB771
RGB
CMYK
RGB Variations
Color information
#7DB771 (or 0x7DB771) is known color: Amulet. HEX triplet: 7D, B7 and 71. RGB value is (125,183,113). Sum of RGB (Red+Green+Blue) = 125+183+113=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB771 is #82488E. Grayscale: #9D9D9D. Windows color (decimal): -8538255 or 7452541. OLE color: 7452541.
HSL color Cylindrical-coordinate representation of color #7DB771: hue angle of 109.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DB771 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 113 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.28 |
| HSL | 109.71º | 0.33% | 0.58% | - |
| HSV(B) | 109.71º | 0.38% | 0.72% | - |
| XYZ | 28.37 | 39.42 | 21.74 | - |
| YUV | 157.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 113 | 0.32 | 0 | 0.38 | 0.28 | 109.71 | 0.33 | 0.58 |
| Hex | 7D | B7 | 71 | 20 | 0 | 26 | 1C | 6E | 21 | 3A |
| Octal | 175 | 267 | 161 | 40 | 0 | 46 | 34 | 156 | 41 | 72 |
| Binary | 1111101 | 10110111 | 1110001 | 100000 | 0 | 100110 | 11100 | 1101110 | 100001 | 111010 |
Color Harmonies of #7DB771
Complementary color
Monochromatic Colors of #7DB771
Black with #7DB771
Text Example
Text Example
White with #7DB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB771; }
p { color: rgb(125,183,113); }
H1.HeaderClassName
{
color: #7DB771;
}
.AnyTagClassName
{
color: #7DB771;
}
</style>
background-color css
<style>
a { background-color: #7DB771; }
a { background-color: rgb(125,183,113); }
div.DivClassName
{
background-color: #7DB771;
}
.BgClassName
{
background-color: #7DB771;
}
</style>
border-color css
<style>
span { border-color: #7DB771; }
span { border-color: rgb(125,183,113); }
td.TdClassName
{
border-color: #7DB771;
}
.TagClassName
{
border-color: #7DB771;
}
</style>