Shades of Amulet #7EA06D
Tints of Amulet #7EA06D
RGB
CMYK
RGB Variations
Color information
#7EA06D (or 0x7EA06D) is known color: Amulet. HEX triplet: 7E, A0 and 6D. RGB value is (126,160,109). Sum of RGB (Red+Green+Blue) = 126+160+109=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA06D is #815F92. Grayscale: #909090. Windows color (decimal): -8478611 or 7184510. OLE color: 7184510.
HSL color Cylindrical-coordinate representation of color #7EA06D: hue angle of 100º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA06D is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 109 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.37 |
| HSL | 100º | 0.21% | 0.53% | - |
| HSV(B) | 100º | 0.32% | 0.63% | - |
| XYZ | 23.94 | 30.68 | 19.13 | - |
| YUV | 144.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 109 | 0.21 | 0 | 0.32 | 0.37 | 100 | 0.21 | 0.53 |
| Hex | 7E | A0 | 6D | 15 | 0 | 20 | 25 | 64 | 15 | 35 |
| Octal | 176 | 240 | 155 | 25 | 0 | 40 | 45 | 144 | 25 | 65 |
| Binary | 1111110 | 10100000 | 1101101 | 10101 | 0 | 100000 | 100101 | 1100100 | 10101 | 110101 |
Color Harmonies of #7EA06D
Complementary color
Monochromatic Colors of #7EA06D
Black with #7EA06D
Text Example
Text Example
White with #7EA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA06D; }
p { color: rgb(126,160,109); }
H1.HeaderClassName
{
color: #7EA06D;
}
.AnyTagClassName
{
color: #7EA06D;
}
</style>
background-color css
<style>
a { background-color: #7EA06D; }
a { background-color: rgb(126,160,109); }
div.DivClassName
{
background-color: #7EA06D;
}
.BgClassName
{
background-color: #7EA06D;
}
</style>
border-color css
<style>
span { border-color: #7EA06D; }
span { border-color: rgb(126,160,109); }
td.TdClassName
{
border-color: #7EA06D;
}
.TagClassName
{
border-color: #7EA06D;
}
</style>