Shades of Amulet #7EA571
Tints of Amulet #7EA571
RGB
CMYK
RGB Variations
Color information
#7EA571 (or 0x7EA571) is known color: Amulet. HEX triplet: 7E, A5 and 71. RGB value is (126,165,113). Sum of RGB (Red+Green+Blue) = 126+165+113=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA571 is #815A8E. Grayscale: #939393. Windows color (decimal): -8477327 or 7447934. OLE color: 7447934.
HSL color Cylindrical-coordinate representation of color #7EA571: hue angle of 105º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA571 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 113 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.35 |
| HSL | 105º | 0.22% | 0.55% | - |
| HSV(B) | 105º | 0.32% | 0.65% | - |
| XYZ | 25.04 | 32.54 | 20.58 | - |
| YUV | 147.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 113 | 0.24 | 0 | 0.32 | 0.35 | 105 | 0.22 | 0.55 |
| Hex | 7E | A5 | 71 | 18 | 0 | 20 | 23 | 69 | 16 | 37 |
| Octal | 176 | 245 | 161 | 30 | 0 | 40 | 43 | 151 | 26 | 67 |
| Binary | 1111110 | 10100101 | 1110001 | 11000 | 0 | 100000 | 100011 | 1101001 | 10110 | 110111 |
Color Harmonies of #7EA571
Complementary color
Monochromatic Colors of #7EA571
Black with #7EA571
Text Example
Text Example
White with #7EA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA571; }
p { color: rgb(126,165,113); }
H1.HeaderClassName
{
color: #7EA571;
}
.AnyTagClassName
{
color: #7EA571;
}
</style>
background-color css
<style>
a { background-color: #7EA571; }
a { background-color: rgb(126,165,113); }
div.DivClassName
{
background-color: #7EA571;
}
.BgClassName
{
background-color: #7EA571;
}
</style>
border-color css
<style>
span { border-color: #7EA571; }
span { border-color: rgb(126,165,113); }
td.TdClassName
{
border-color: #7EA571;
}
.TagClassName
{
border-color: #7EA571;
}
</style>