Shades of Amulet #7EA875
Tints of Amulet #7EA875
RGB
CMYK
RGB Variations
Color information
#7EA875 (or 0x7EA875) is known color: Amulet. HEX triplet: 7E, A8 and 75. RGB value is (126,168,117). Sum of RGB (Red+Green+Blue) = 126+168+117=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA875 is #81578A. Grayscale: #959595. Windows color (decimal): -8476555 or 7710846. OLE color: 7710846.
HSL color Cylindrical-coordinate representation of color #7EA875: hue angle of 109.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA875 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 117 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.34 |
| HSL | 109.41º | 0.23% | 0.56% | - |
| HSV(B) | 109.41º | 0.3% | 0.66% | - |
| XYZ | 25.82 | 33.73 | 21.98 | - |
| YUV | 149.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 117 | 0.25 | 0 | 0.30 | 0.34 | 109.41 | 0.23 | 0.56 |
| Hex | 7E | A8 | 75 | 19 | 0 | 1E | 22 | 6D | 17 | 38 |
| Octal | 176 | 250 | 165 | 31 | 0 | 36 | 42 | 155 | 27 | 70 |
| Binary | 1111110 | 10101000 | 1110101 | 11001 | 0 | 11110 | 100010 | 1101101 | 10111 | 111000 |
Color Harmonies of #7EA875
Complementary color
Monochromatic Colors of #7EA875
Black with #7EA875
Text Example
Text Example
White with #7EA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA875; }
p { color: rgb(126,168,117); }
H1.HeaderClassName
{
color: #7EA875;
}
.AnyTagClassName
{
color: #7EA875;
}
</style>
background-color css
<style>
a { background-color: #7EA875; }
a { background-color: rgb(126,168,117); }
div.DivClassName
{
background-color: #7EA875;
}
.BgClassName
{
background-color: #7EA875;
}
</style>
border-color css
<style>
span { border-color: #7EA875; }
span { border-color: rgb(126,168,117); }
td.TdClassName
{
border-color: #7EA875;
}
.TagClassName
{
border-color: #7EA875;
}
</style>