Shades of Amulet #7DA478
Tints of Amulet #7DA478
RGB
CMYK
RGB Variations
Color information
#7DA478 (or 0x7DA478) is known color: Amulet. HEX triplet: 7D, A4 and 78. RGB value is (125,164,120). Sum of RGB (Red+Green+Blue) = 125+164+120=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA478 is #825B87. Grayscale: #939393. Windows color (decimal): -8543112 or 7906429. OLE color: 7906429.
HSL color Cylindrical-coordinate representation of color #7DA478: hue angle of 113.18º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DA478 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 120 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.36 |
| HSL | 113.18º | 0.19% | 0.56% | - |
| HSV(B) | 113.18º | 0.27% | 0.64% | - |
| XYZ | 25.12 | 32.27 | 22.67 | - |
| YUV | 147.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 120 | 0.24 | 0 | 0.27 | 0.36 | 113.18 | 0.19 | 0.56 |
| Hex | 7D | A4 | 78 | 18 | 0 | 1B | 24 | 71 | 13 | 38 |
| Octal | 175 | 244 | 170 | 30 | 0 | 33 | 44 | 161 | 23 | 70 |
| Binary | 1111101 | 10100100 | 1111000 | 11000 | 0 | 11011 | 100100 | 1110001 | 10011 | 111000 |
Color Harmonies of #7DA478
Complementary color
Monochromatic Colors of #7DA478
Black with #7DA478
Text Example
Text Example
White with #7DA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA478; }
p { color: rgb(125,164,120); }
H1.HeaderClassName
{
color: #7DA478;
}
.AnyTagClassName
{
color: #7DA478;
}
</style>
background-color css
<style>
a { background-color: #7DA478; }
a { background-color: rgb(125,164,120); }
div.DivClassName
{
background-color: #7DA478;
}
.BgClassName
{
background-color: #7DA478;
}
</style>
border-color css
<style>
span { border-color: #7DA478; }
span { border-color: rgb(125,164,120); }
td.TdClassName
{
border-color: #7DA478;
}
.TagClassName
{
border-color: #7DA478;
}
</style>