Shades of Amulet #7EA478
Tints of Amulet #7EA478
RGB
CMYK
RGB Variations
Color information
#7EA478 (or 0x7EA478) is known color: Amulet. HEX triplet: 7E, A4 and 78. RGB value is (126,164,120). Sum of RGB (Red+Green+Blue) = 126+164+120=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA478 is #815B87. Grayscale: #939393. Windows color (decimal): -8477576 or 7906430. OLE color: 7906430.
HSL color Cylindrical-coordinate representation of color #7EA478: hue angle of 111.82º 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 #7EA478 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 164 | 120 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.36 |
| HSL | 111.82º | 0.19% | 0.56% | - |
| HSV(B) | 111.82º | 0.27% | 0.64% | - |
| XYZ | 25.27 | 32.34 | 22.68 | - |
| YUV | 147.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 120 | 0.23 | 0 | 0.27 | 0.36 | 111.82 | 0.19 | 0.56 |
| Hex | 7E | A4 | 78 | 17 | 0 | 1B | 24 | 70 | 13 | 38 |
| Octal | 176 | 244 | 170 | 27 | 0 | 33 | 44 | 160 | 23 | 70 |
| Binary | 1111110 | 10100100 | 1111000 | 10111 | 0 | 11011 | 100100 | 1110000 | 10011 | 111000 |
Color Harmonies of #7EA478
Complementary color
Monochromatic Colors of #7EA478
Black with #7EA478
Text Example
Text Example
White with #7EA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA478; }
p { color: rgb(126,164,120); }
H1.HeaderClassName
{
color: #7EA478;
}
.AnyTagClassName
{
color: #7EA478;
}
</style>
background-color css
<style>
a { background-color: #7EA478; }
a { background-color: rgb(126,164,120); }
div.DivClassName
{
background-color: #7EA478;
}
.BgClassName
{
background-color: #7EA478;
}
</style>
border-color css
<style>
span { border-color: #7EA478; }
span { border-color: rgb(126,164,120); }
td.TdClassName
{
border-color: #7EA478;
}
.TagClassName
{
border-color: #7EA478;
}
</style>