Shades of Amulet #7EA273
Tints of Amulet #7EA273
RGB
CMYK
RGB Variations
Color information
#7EA273 (or 0x7EA273) is known color: Amulet. HEX triplet: 7E, A2 and 73. RGB value is (126,162,115). Sum of RGB (Red+Green+Blue) = 126+162+115=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA273 is #815D8C. Grayscale: #929292. Windows color (decimal): -8478093 or 7578238. OLE color: 7578238.
HSL color Cylindrical-coordinate representation of color #7EA273: hue angle of 105.96º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EA273 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 115 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.36 |
| HSL | 105.96º | 0.2% | 0.54% | - |
| HSV(B) | 105.96º | 0.29% | 0.64% | - |
| XYZ | 24.62 | 31.51 | 21 | - |
| YUV | 145.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 115 | 0.22 | 0 | 0.29 | 0.36 | 105.96 | 0.2 | 0.54 |
| Hex | 7E | A2 | 73 | 16 | 0 | 1D | 24 | 6A | 14 | 36 |
| Octal | 176 | 242 | 163 | 26 | 0 | 35 | 44 | 152 | 24 | 66 |
| Binary | 1111110 | 10100010 | 1110011 | 10110 | 0 | 11101 | 100100 | 1101010 | 10100 | 110110 |
Color Harmonies of #7EA273
Complementary color
Monochromatic Colors of #7EA273
Black with #7EA273
Text Example
Text Example
White with #7EA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA273; }
p { color: rgb(126,162,115); }
H1.HeaderClassName
{
color: #7EA273;
}
.AnyTagClassName
{
color: #7EA273;
}
</style>
background-color css
<style>
a { background-color: #7EA273; }
a { background-color: rgb(126,162,115); }
div.DivClassName
{
background-color: #7EA273;
}
.BgClassName
{
background-color: #7EA273;
}
</style>
border-color css
<style>
span { border-color: #7EA273; }
span { border-color: rgb(126,162,115); }
td.TdClassName
{
border-color: #7EA273;
}
.TagClassName
{
border-color: #7EA273;
}
</style>