Shades of Amulet #7EA86C
Tints of Amulet #7EA86C
RGB
CMYK
RGB Variations
Color information
#7EA86C (or 0x7EA86C) is known color: Amulet. HEX triplet: 7E, A8 and 6C. RGB value is (126,168,108). Sum of RGB (Red+Green+Blue) = 126+168+108=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA86C is #815793. Grayscale: #949494. Windows color (decimal): -8476564 or 7121022. OLE color: 7121022.
HSL color Cylindrical-coordinate representation of color #7EA86C: hue angle of 102º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EA86C is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 108 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.34 |
| HSL | 102º | 0.26% | 0.54% | - |
| HSV(B) | 102º | 0.36% | 0.66% | - |
| XYZ | 25.31 | 33.52 | 19.32 | - |
| YUV | 148.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 108 | 0.25 | 0 | 0.36 | 0.34 | 102 | 0.26 | 0.54 |
| Hex | 7E | A8 | 6C | 19 | 0 | 24 | 22 | 66 | 1A | 36 |
| Octal | 176 | 250 | 154 | 31 | 0 | 44 | 42 | 146 | 32 | 66 |
| Binary | 1111110 | 10101000 | 1101100 | 11001 | 0 | 100100 | 100010 | 1100110 | 11010 | 110110 |
Color Harmonies of #7EA86C
Complementary color
Monochromatic Colors of #7EA86C
Black with #7EA86C
Text Example
Text Example
White with #7EA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA86C; }
p { color: rgb(126,168,108); }
H1.HeaderClassName
{
color: #7EA86C;
}
.AnyTagClassName
{
color: #7EA86C;
}
</style>
background-color css
<style>
a { background-color: #7EA86C; }
a { background-color: rgb(126,168,108); }
div.DivClassName
{
background-color: #7EA86C;
}
.BgClassName
{
background-color: #7EA86C;
}
</style>
border-color css
<style>
span { border-color: #7EA86C; }
span { border-color: rgb(126,168,108); }
td.TdClassName
{
border-color: #7EA86C;
}
.TagClassName
{
border-color: #7EA86C;
}
</style>