Shades of Amulet #7EA870
Tints of Amulet #7EA870
RGB
CMYK
RGB Variations
Color information
#7EA870 (or 0x7EA870) is known color: Amulet. HEX triplet: 7E, A8 and 70. RGB value is (126,168,112). Sum of RGB (Red+Green+Blue) = 126+168+112=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA870 is #81578F. Grayscale: #959595. Windows color (decimal): -8476560 or 7383166. OLE color: 7383166.
HSL color Cylindrical-coordinate representation of color #7EA870: hue angle of 105º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA870 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 112 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.34 |
| HSL | 105º | 0.24% | 0.55% | - |
| HSV(B) | 105º | 0.33% | 0.66% | - |
| XYZ | 25.53 | 33.61 | 20.47 | - |
| YUV | 149.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 112 | 0.25 | 0 | 0.33 | 0.34 | 105 | 0.24 | 0.55 |
| Hex | 7E | A8 | 70 | 19 | 0 | 21 | 22 | 69 | 18 | 37 |
| Octal | 176 | 250 | 160 | 31 | 0 | 41 | 42 | 151 | 30 | 67 |
| Binary | 1111110 | 10101000 | 1110000 | 11001 | 0 | 100001 | 100010 | 1101001 | 11000 | 110111 |
Color Harmonies of #7EA870
Complementary color
Monochromatic Colors of #7EA870
Black with #7EA870
Text Example
Text Example
White with #7EA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA870; }
p { color: rgb(126,168,112); }
H1.HeaderClassName
{
color: #7EA870;
}
.AnyTagClassName
{
color: #7EA870;
}
</style>
background-color css
<style>
a { background-color: #7EA870; }
a { background-color: rgb(126,168,112); }
div.DivClassName
{
background-color: #7EA870;
}
.BgClassName
{
background-color: #7EA870;
}
</style>
border-color css
<style>
span { border-color: #7EA870; }
span { border-color: rgb(126,168,112); }
td.TdClassName
{
border-color: #7EA870;
}
.TagClassName
{
border-color: #7EA870;
}
</style>