Shades of Amulet #7E9970
Tints of Amulet #7E9970
RGB
CMYK
RGB Variations
Color information
#7E9970 (or 0x7E9970) is known color: Amulet. HEX triplet: 7E, 99 and 70. RGB value is (126,153,112). Sum of RGB (Red+Green+Blue) = 126+153+112=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9970 is #81668F. Grayscale: #8C8C8C. Windows color (decimal): -8480400 or 7379326. OLE color: 7379326.
HSL color Cylindrical-coordinate representation of color #7E9970: hue angle of 99.51º 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 #7E9970 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 112 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.4 |
| HSL | 99.51º | 0.17% | 0.52% | - |
| HSV(B) | 99.51º | 0.27% | 0.6% | - |
| XYZ | 22.92 | 28.39 | 19.6 | - |
| YUV | 140.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 112 | 0.18 | 0 | 0.27 | 0.4 | 99.51 | 0.17 | 0.52 |
| Hex | 7E | 99 | 70 | 12 | 0 | 1B | 28 | 64 | 11 | 34 |
| Octal | 176 | 231 | 160 | 22 | 0 | 33 | 50 | 144 | 21 | 64 |
| Binary | 1111110 | 10011001 | 1110000 | 10010 | 0 | 11011 | 101000 | 1100100 | 10001 | 110100 |
Color Harmonies of #7E9970
Complementary color
Monochromatic Colors of #7E9970
Black with #7E9970
Text Example
Text Example
White with #7E9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9970; }
p { color: rgb(126,153,112); }
H1.HeaderClassName
{
color: #7E9970;
}
.AnyTagClassName
{
color: #7E9970;
}
</style>
background-color css
<style>
a { background-color: #7E9970; }
a { background-color: rgb(126,153,112); }
div.DivClassName
{
background-color: #7E9970;
}
.BgClassName
{
background-color: #7E9970;
}
</style>
border-color css
<style>
span { border-color: #7E9970; }
span { border-color: rgb(126,153,112); }
td.TdClassName
{
border-color: #7E9970;
}
.TagClassName
{
border-color: #7E9970;
}
</style>