Shades of Amulet #7EAA71
Tints of Amulet #7EAA71
RGB
CMYK
RGB Variations
Color information
#7EAA71 (or 0x7EAA71) is known color: Amulet. HEX triplet: 7E, AA and 71. RGB value is (126,170,113). Sum of RGB (Red+Green+Blue) = 126+170+113=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA71 is #81558E. Grayscale: #969696. Windows color (decimal): -8476047 or 7449214. OLE color: 7449214.
HSL color Cylindrical-coordinate representation of color #7EAA71: hue angle of 106.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EAA71 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 113 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.33 |
| HSL | 106.32º | 0.25% | 0.55% | - |
| HSV(B) | 106.32º | 0.34% | 0.67% | - |
| XYZ | 25.96 | 34.38 | 20.89 | - |
| YUV | 150.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 113 | 0.26 | 0 | 0.34 | 0.33 | 106.32 | 0.25 | 0.55 |
| Hex | 7E | AA | 71 | 1A | 0 | 22 | 21 | 6A | 19 | 37 |
| Octal | 176 | 252 | 161 | 32 | 0 | 42 | 41 | 152 | 31 | 67 |
| Binary | 1111110 | 10101010 | 1110001 | 11010 | 0 | 100010 | 100001 | 1101010 | 11001 | 110111 |
Color Harmonies of #7EAA71
Complementary color
Monochromatic Colors of #7EAA71
Black with #7EAA71
Text Example
Text Example
White with #7EAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAA71; }
p { color: rgb(126,170,113); }
H1.HeaderClassName
{
color: #7EAA71;
}
.AnyTagClassName
{
color: #7EAA71;
}
</style>
background-color css
<style>
a { background-color: #7EAA71; }
a { background-color: rgb(126,170,113); }
div.DivClassName
{
background-color: #7EAA71;
}
.BgClassName
{
background-color: #7EAA71;
}
</style>
border-color css
<style>
span { border-color: #7EAA71; }
span { border-color: rgb(126,170,113); }
td.TdClassName
{
border-color: #7EAA71;
}
.TagClassName
{
border-color: #7EAA71;
}
</style>