Shades of Amulet #7EA07E
Tints of Amulet #7EA07E
RGB
CMYK
RGB Variations
Color information
#7EA07E (or 0x7EA07E) is known color: Amulet. HEX triplet: 7E, A0 and 7E. RGB value is (126,160,126). Sum of RGB (Red+Green+Blue) = 126+160+126=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA07E is #815F81. Grayscale: #929292. Windows color (decimal): -8478594 or 8298622. OLE color: 8298622.
HSL color Cylindrical-coordinate representation of color #7EA07E: hue angle of 120º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7EA07E is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 126 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.37 |
| HSL | 120º | 0.15% | 0.56% | - |
| HSV(B) | 120º | 0.21% | 0.63% | - |
| XYZ | 24.94 | 31.08 | 24.42 | - |
| YUV | 145.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 126 | 0.21 | 0 | 0.21 | 0.37 | 120 | 0.15 | 0.56 |
| Hex | 7E | A0 | 7E | 15 | 0 | 15 | 25 | 78 | F | 38 |
| Octal | 176 | 240 | 176 | 25 | 0 | 25 | 45 | 170 | 17 | 70 |
| Binary | 1111110 | 10100000 | 1111110 | 10101 | 0 | 10101 | 100101 | 1111000 | 1111 | 111000 |
Color Harmonies of #7EA07E
Complementary color
Monochromatic Colors of #7EA07E
Black with #7EA07E
Text Example
Text Example
White with #7EA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA07E; }
p { color: rgb(126,160,126); }
H1.HeaderClassName
{
color: #7EA07E;
}
.AnyTagClassName
{
color: #7EA07E;
}
</style>
background-color css
<style>
a { background-color: #7EA07E; }
a { background-color: rgb(126,160,126); }
div.DivClassName
{
background-color: #7EA07E;
}
.BgClassName
{
background-color: #7EA07E;
}
</style>
border-color css
<style>
span { border-color: #7EA07E; }
span { border-color: rgb(126,160,126); }
td.TdClassName
{
border-color: #7EA07E;
}
.TagClassName
{
border-color: #7EA07E;
}
</style>