Shades of Amulet #7E9470
Tints of Amulet #7E9470
RGB
CMYK
RGB Variations
Color information
#7E9470 (or 0x7E9470) is known color: Amulet. HEX triplet: 7E, 94 and 70. RGB value is (126,148,112). Sum of RGB (Red+Green+Blue) = 126+148+112=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9470 is #816B8F. Grayscale: #898989. Windows color (decimal): -8481680 or 7378046. OLE color: 7378046.
HSL color Cylindrical-coordinate representation of color #7E9470: hue angle of 96.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E9470 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 112 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.42 |
| HSL | 96.67º | 0.14% | 0.51% | - |
| HSV(B) | 96.67º | 0.24% | 0.58% | - |
| XYZ | 22.12 | 26.79 | 19.33 | - |
| YUV | 137.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 112 | 0.15 | 0 | 0.24 | 0.42 | 96.67 | 0.14 | 0.51 |
| Hex | 7E | 94 | 70 | F | 0 | 18 | 2A | 61 | E | 33 |
| Octal | 176 | 224 | 160 | 17 | 0 | 30 | 52 | 141 | 16 | 63 |
| Binary | 1111110 | 10010100 | 1110000 | 1111 | 0 | 11000 | 101010 | 1100001 | 1110 | 110011 |
Color Harmonies of #7E9470
Complementary color
Monochromatic Colors of #7E9470
Black with #7E9470
Text Example
Text Example
White with #7E9470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9470; }
p { color: rgb(126,148,112); }
H1.HeaderClassName
{
color: #7E9470;
}
.AnyTagClassName
{
color: #7E9470;
}
</style>
background-color css
<style>
a { background-color: #7E9470; }
a { background-color: rgb(126,148,112); }
div.DivClassName
{
background-color: #7E9470;
}
.BgClassName
{
background-color: #7E9470;
}
</style>
border-color css
<style>
span { border-color: #7E9470; }
span { border-color: rgb(126,148,112); }
td.TdClassName
{
border-color: #7E9470;
}
.TagClassName
{
border-color: #7E9470;
}
</style>