Shades of Amulet #7DA471
Tints of Amulet #7DA471
RGB
CMYK
RGB Variations
Color information
#7DA471 (or 0x7DA471) is known color: Amulet. HEX triplet: 7D, A4 and 71. RGB value is (125,164,113). Sum of RGB (Red+Green+Blue) = 125+164+113=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA471 is #825B8E. Grayscale: #929292. Windows color (decimal): -8543119 or 7447677. OLE color: 7447677.
HSL color Cylindrical-coordinate representation of color #7DA471: hue angle of 105.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DA471 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 113 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.36 |
| HSL | 105.88º | 0.22% | 0.54% | - |
| HSV(B) | 105.88º | 0.31% | 0.64% | - |
| XYZ | 24.71 | 32.1 | 20.52 | - |
| YUV | 146.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 113 | 0.24 | 0 | 0.31 | 0.36 | 105.88 | 0.22 | 0.54 |
| Hex | 7D | A4 | 71 | 18 | 0 | 1F | 24 | 6A | 16 | 36 |
| Octal | 175 | 244 | 161 | 30 | 0 | 37 | 44 | 152 | 26 | 66 |
| Binary | 1111101 | 10100100 | 1110001 | 11000 | 0 | 11111 | 100100 | 1101010 | 10110 | 110110 |
Color Harmonies of #7DA471
Complementary color
Monochromatic Colors of #7DA471
Black with #7DA471
Text Example
Text Example
White with #7DA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA471; }
p { color: rgb(125,164,113); }
H1.HeaderClassName
{
color: #7DA471;
}
.AnyTagClassName
{
color: #7DA471;
}
</style>
background-color css
<style>
a { background-color: #7DA471; }
a { background-color: rgb(125,164,113); }
div.DivClassName
{
background-color: #7DA471;
}
.BgClassName
{
background-color: #7DA471;
}
</style>
border-color css
<style>
span { border-color: #7DA471; }
span { border-color: rgb(125,164,113); }
td.TdClassName
{
border-color: #7DA471;
}
.TagClassName
{
border-color: #7DA471;
}
</style>