Shades of Amulet #7EA373
Tints of Amulet #7EA373
RGB
CMYK
RGB Variations
Color information
#7EA373 (or 0x7EA373) is known color: Amulet. HEX triplet: 7E, A3 and 73. RGB value is (126,163,115). Sum of RGB (Red+Green+Blue) = 126+163+115=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA373 is #815C8C. Grayscale: #929292. Windows color (decimal): -8477837 or 7578494. OLE color: 7578494.
HSL color Cylindrical-coordinate representation of color #7EA373: hue angle of 106.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EA373 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 115 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.36 |
| HSL | 106.25º | 0.21% | 0.55% | - |
| HSV(B) | 106.25º | 0.29% | 0.64% | - |
| XYZ | 24.8 | 31.87 | 21.06 | - |
| YUV | 146.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 115 | 0.23 | 0 | 0.29 | 0.36 | 106.25 | 0.21 | 0.55 |
| Hex | 7E | A3 | 73 | 17 | 0 | 1D | 24 | 6A | 15 | 37 |
| Octal | 176 | 243 | 163 | 27 | 0 | 35 | 44 | 152 | 25 | 67 |
| Binary | 1111110 | 10100011 | 1110011 | 10111 | 0 | 11101 | 100100 | 1101010 | 10101 | 110111 |
Color Harmonies of #7EA373
Complementary color
Monochromatic Colors of #7EA373
Black with #7EA373
Text Example
Text Example
White with #7EA373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA373; }
p { color: rgb(126,163,115); }
H1.HeaderClassName
{
color: #7EA373;
}
.AnyTagClassName
{
color: #7EA373;
}
</style>
background-color css
<style>
a { background-color: #7EA373; }
a { background-color: rgb(126,163,115); }
div.DivClassName
{
background-color: #7EA373;
}
.BgClassName
{
background-color: #7EA373;
}
</style>
border-color css
<style>
span { border-color: #7EA373; }
span { border-color: rgb(126,163,115); }
td.TdClassName
{
border-color: #7EA373;
}
.TagClassName
{
border-color: #7EA373;
}
</style>