Shades of Amulet #7EA668
Tints of Amulet #7EA668
RGB
CMYK
RGB Variations
Color information
#7EA668 (or 0x7EA668) is known color: Amulet. HEX triplet: 7E, A6 and 68. RGB value is (126,166,104). Sum of RGB (Red+Green+Blue) = 126+166+104=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA668 is #815997. Grayscale: #939393. Windows color (decimal): -8477080 or 6858366. OLE color: 6858366.
HSL color Cylindrical-coordinate representation of color #7EA668: hue angle of 98.71º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EA668 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 166 | 104 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.35 |
| HSL | 98.71º | 0.26% | 0.53% | - |
| HSV(B) | 98.71º | 0.37% | 0.65% | - |
| XYZ | 24.74 | 32.71 | 18.11 | - |
| YUV | 146.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 166 | 104 | 0.24 | 0 | 0.37 | 0.35 | 98.71 | 0.26 | 0.53 |
| Hex | 7E | A6 | 68 | 18 | 0 | 25 | 23 | 63 | 1A | 35 |
| Octal | 176 | 246 | 150 | 30 | 0 | 45 | 43 | 143 | 32 | 65 |
| Binary | 1111110 | 10100110 | 1101000 | 11000 | 0 | 100101 | 100011 | 1100011 | 11010 | 110101 |
Color Harmonies of #7EA668
Complementary color
Monochromatic Colors of #7EA668
Black with #7EA668
Text Example
Text Example
White with #7EA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA668; }
p { color: rgb(126,166,104); }
H1.HeaderClassName
{
color: #7EA668;
}
.AnyTagClassName
{
color: #7EA668;
}
</style>
background-color css
<style>
a { background-color: #7EA668; }
a { background-color: rgb(126,166,104); }
div.DivClassName
{
background-color: #7EA668;
}
.BgClassName
{
background-color: #7EA668;
}
</style>
border-color css
<style>
span { border-color: #7EA668; }
span { border-color: rgb(126,166,104); }
td.TdClassName
{
border-color: #7EA668;
}
.TagClassName
{
border-color: #7EA668;
}
</style>