Shades of Amulet #7D9970
Tints of Amulet #7D9970
RGB
CMYK
RGB Variations
Color information
#7D9970 (or 0x7D9970) is known color: Amulet. HEX triplet: 7D, 99 and 70. RGB value is (125,153,112). Sum of RGB (Red+Green+Blue) = 125+153+112=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9970 is #82668F. Grayscale: #8C8C8C. Windows color (decimal): -8545936 or 7379325. OLE color: 7379325.
HSL color Cylindrical-coordinate representation of color #7D9970: hue angle of 100.98º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D9970 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 112 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.4 |
| HSL | 100.98º | 0.17% | 0.52% | - |
| HSV(B) | 100.98º | 0.27% | 0.6% | - |
| XYZ | 22.77 | 28.31 | 19.59 | - |
| YUV | 139.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 112 | 0.18 | 0 | 0.27 | 0.4 | 100.98 | 0.17 | 0.52 |
| Hex | 7D | 99 | 70 | 12 | 0 | 1B | 28 | 65 | 11 | 34 |
| Octal | 175 | 231 | 160 | 22 | 0 | 33 | 50 | 145 | 21 | 64 |
| Binary | 1111101 | 10011001 | 1110000 | 10010 | 0 | 11011 | 101000 | 1100101 | 10001 | 110100 |
Color Harmonies of #7D9970
Complementary color
Monochromatic Colors of #7D9970
Black with #7D9970
Text Example
Text Example
White with #7D9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9970; }
p { color: rgb(125,153,112); }
H1.HeaderClassName
{
color: #7D9970;
}
.AnyTagClassName
{
color: #7D9970;
}
</style>
background-color css
<style>
a { background-color: #7D9970; }
a { background-color: rgb(125,153,112); }
div.DivClassName
{
background-color: #7D9970;
}
.BgClassName
{
background-color: #7D9970;
}
</style>
border-color css
<style>
span { border-color: #7D9970; }
span { border-color: rgb(125,153,112); }
td.TdClassName
{
border-color: #7D9970;
}
.TagClassName
{
border-color: #7D9970;
}
</style>