Shades of Amulet #7EA271
Tints of Amulet #7EA271
RGB
CMYK
RGB Variations
Color information
#7EA271 (or 0x7EA271) is known color: Amulet. HEX triplet: 7E, A2 and 71. RGB value is (126,162,113). Sum of RGB (Red+Green+Blue) = 126+162+113=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA271 is #815D8E. Grayscale: #919191. Windows color (decimal): -8478095 or 7447166. OLE color: 7447166.
HSL color Cylindrical-coordinate representation of color #7EA271: hue angle of 104.08º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA271 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 113 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.36 |
| HSL | 104.08º | 0.21% | 0.54% | - |
| HSV(B) | 104.08º | 0.3% | 0.64% | - |
| XYZ | 24.51 | 31.47 | 20.41 | - |
| YUV | 145.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 113 | 0.22 | 0 | 0.30 | 0.36 | 104.08 | 0.21 | 0.54 |
| Hex | 7E | A2 | 71 | 16 | 0 | 1E | 24 | 68 | 15 | 36 |
| Octal | 176 | 242 | 161 | 26 | 0 | 36 | 44 | 150 | 25 | 66 |
| Binary | 1111110 | 10100010 | 1110001 | 10110 | 0 | 11110 | 100100 | 1101000 | 10101 | 110110 |
Color Harmonies of #7EA271
Complementary color
Monochromatic Colors of #7EA271
Black with #7EA271
Text Example
Text Example
White with #7EA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA271; }
p { color: rgb(126,162,113); }
H1.HeaderClassName
{
color: #7EA271;
}
.AnyTagClassName
{
color: #7EA271;
}
</style>
background-color css
<style>
a { background-color: #7EA271; }
a { background-color: rgb(126,162,113); }
div.DivClassName
{
background-color: #7EA271;
}
.BgClassName
{
background-color: #7EA271;
}
</style>
border-color css
<style>
span { border-color: #7EA271; }
span { border-color: rgb(126,162,113); }
td.TdClassName
{
border-color: #7EA271;
}
.TagClassName
{
border-color: #7EA271;
}
</style>