Shades of Amulet #7D9570
Tints of Amulet #7D9570
RGB
CMYK
RGB Variations
Color information
#7D9570 (or 0x7D9570) is known color: Amulet. HEX triplet: 7D, 95 and 70. RGB value is (125,149,112). Sum of RGB (Red+Green+Blue) = 125+149+112=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9570 is #826A8F. Grayscale: #898989. Windows color (decimal): -8546960 or 7378301. OLE color: 7378301.
HSL color Cylindrical-coordinate representation of color #7D9570: hue angle of 98.92º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D9570 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 112 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.42 |
| HSL | 98.92º | 0.15% | 0.51% | - |
| HSV(B) | 98.92º | 0.25% | 0.58% | - |
| XYZ | 22.13 | 27.02 | 19.38 | - |
| YUV | 137.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 112 | 0.16 | 0 | 0.25 | 0.42 | 98.92 | 0.15 | 0.51 |
| Hex | 7D | 95 | 70 | 10 | 0 | 19 | 2A | 63 | F | 33 |
| Octal | 175 | 225 | 160 | 20 | 0 | 31 | 52 | 143 | 17 | 63 |
| Binary | 1111101 | 10010101 | 1110000 | 10000 | 0 | 11001 | 101010 | 1100011 | 1111 | 110011 |
Color Harmonies of #7D9570
Complementary color
Monochromatic Colors of #7D9570
Black with #7D9570
Text Example
Text Example
White with #7D9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9570; }
p { color: rgb(125,149,112); }
H1.HeaderClassName
{
color: #7D9570;
}
.AnyTagClassName
{
color: #7D9570;
}
</style>
background-color css
<style>
a { background-color: #7D9570; }
a { background-color: rgb(125,149,112); }
div.DivClassName
{
background-color: #7D9570;
}
.BgClassName
{
background-color: #7D9570;
}
</style>
border-color css
<style>
span { border-color: #7D9570; }
span { border-color: rgb(125,149,112); }
td.TdClassName
{
border-color: #7D9570;
}
.TagClassName
{
border-color: #7D9570;
}
</style>