Shades of Amulet #7DA771
Tints of Amulet #7DA771
RGB
CMYK
RGB Variations
Color information
#7DA771 (or 0x7DA771) is known color: Amulet. HEX triplet: 7D, A7 and 71. RGB value is (125,167,113). Sum of RGB (Red+Green+Blue) = 125+167+113=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA771 is #82588E. Grayscale: #949494. Windows color (decimal): -8542351 or 7448445. OLE color: 7448445.
HSL color Cylindrical-coordinate representation of color #7DA771: hue angle of 106.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DA771 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 113 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.35 |
| HSL | 106.67º | 0.23% | 0.55% | - |
| HSV(B) | 106.67º | 0.32% | 0.65% | - |
| XYZ | 25.26 | 33.19 | 20.7 | - |
| YUV | 148.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 113 | 0.25 | 0 | 0.32 | 0.35 | 106.67 | 0.23 | 0.55 |
| Hex | 7D | A7 | 71 | 19 | 0 | 20 | 23 | 6B | 17 | 37 |
| Octal | 175 | 247 | 161 | 31 | 0 | 40 | 43 | 153 | 27 | 67 |
| Binary | 1111101 | 10100111 | 1110001 | 11001 | 0 | 100000 | 100011 | 1101011 | 10111 | 110111 |
Color Harmonies of #7DA771
Complementary color
Monochromatic Colors of #7DA771
Black with #7DA771
Text Example
Text Example
White with #7DA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA771; }
p { color: rgb(125,167,113); }
H1.HeaderClassName
{
color: #7DA771;
}
.AnyTagClassName
{
color: #7DA771;
}
</style>
background-color css
<style>
a { background-color: #7DA771; }
a { background-color: rgb(125,167,113); }
div.DivClassName
{
background-color: #7DA771;
}
.BgClassName
{
background-color: #7DA771;
}
</style>
border-color css
<style>
span { border-color: #7DA771; }
span { border-color: rgb(125,167,113); }
td.TdClassName
{
border-color: #7DA771;
}
.TagClassName
{
border-color: #7DA771;
}
</style>