Shades of Amulet #7EA872
Tints of Amulet #7EA872
RGB
CMYK
RGB Variations
Color information
#7EA872 (or 0x7EA872) is known color: Amulet. HEX triplet: 7E, A8 and 72. RGB value is (126,168,114). Sum of RGB (Red+Green+Blue) = 126+168+114=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA872 is #81578D. Grayscale: #959595. Windows color (decimal): -8476558 or 7514238. OLE color: 7514238.
HSL color Cylindrical-coordinate representation of color #7EA872: hue angle of 106.67º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA872 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 114 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.34 |
| HSL | 106.67º | 0.24% | 0.55% | - |
| HSV(B) | 106.67º | 0.32% | 0.66% | - |
| XYZ | 25.64 | 33.66 | 21.06 | - |
| YUV | 149.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 114 | 0.25 | 0 | 0.32 | 0.34 | 106.67 | 0.24 | 0.55 |
| Hex | 7E | A8 | 72 | 19 | 0 | 20 | 22 | 6B | 18 | 37 |
| Octal | 176 | 250 | 162 | 31 | 0 | 40 | 42 | 153 | 30 | 67 |
| Binary | 1111110 | 10101000 | 1110010 | 11001 | 0 | 100000 | 100010 | 1101011 | 11000 | 110111 |
Color Harmonies of #7EA872
Complementary color
Monochromatic Colors of #7EA872
Black with #7EA872
Text Example
Text Example
White with #7EA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA872; }
p { color: rgb(126,168,114); }
H1.HeaderClassName
{
color: #7EA872;
}
.AnyTagClassName
{
color: #7EA872;
}
</style>
background-color css
<style>
a { background-color: #7EA872; }
a { background-color: rgb(126,168,114); }
div.DivClassName
{
background-color: #7EA872;
}
.BgClassName
{
background-color: #7EA872;
}
</style>
border-color css
<style>
span { border-color: #7EA872; }
span { border-color: rgb(126,168,114); }
td.TdClassName
{
border-color: #7EA872;
}
.TagClassName
{
border-color: #7EA872;
}
</style>