Shades of Amulet #7EA375
Tints of Amulet #7EA375
RGB
CMYK
RGB Variations
Color information
#7EA375 (or 0x7EA375) is known color: Amulet. HEX triplet: 7E, A3 and 75. RGB value is (126,163,117). Sum of RGB (Red+Green+Blue) = 126+163+117=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA375 is #815C8A. Grayscale: #929292. Windows color (decimal): -8477835 or 7709566. OLE color: 7709566.
HSL color Cylindrical-coordinate representation of color #7EA375: hue angle of 108.26º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EA375 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 117 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.36 |
| HSL | 108.26º | 0.2% | 0.55% | - |
| HSV(B) | 108.26º | 0.28% | 0.64% | - |
| XYZ | 24.91 | 31.91 | 21.68 | - |
| YUV | 146.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 117 | 0.23 | 0 | 0.28 | 0.36 | 108.26 | 0.2 | 0.55 |
| Hex | 7E | A3 | 75 | 17 | 0 | 1C | 24 | 6C | 14 | 37 |
| Octal | 176 | 243 | 165 | 27 | 0 | 34 | 44 | 154 | 24 | 67 |
| Binary | 1111110 | 10100011 | 1110101 | 10111 | 0 | 11100 | 100100 | 1101100 | 10100 | 110111 |
Color Harmonies of #7EA375
Complementary color
Monochromatic Colors of #7EA375
Black with #7EA375
Text Example
Text Example
White with #7EA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA375; }
p { color: rgb(126,163,117); }
H1.HeaderClassName
{
color: #7EA375;
}
.AnyTagClassName
{
color: #7EA375;
}
</style>
background-color css
<style>
a { background-color: #7EA375; }
a { background-color: rgb(126,163,117); }
div.DivClassName
{
background-color: #7EA375;
}
.BgClassName
{
background-color: #7EA375;
}
</style>
border-color css
<style>
span { border-color: #7EA375; }
span { border-color: rgb(126,163,117); }
td.TdClassName
{
border-color: #7EA375;
}
.TagClassName
{
border-color: #7EA375;
}
</style>