Shades of Amulet #7EA173
Tints of Amulet #7EA173
RGB
CMYK
RGB Variations
Color information
#7EA173 (or 0x7EA173) is known color: Amulet. HEX triplet: 7E, A1 and 73. RGB value is (126,161,115). Sum of RGB (Red+Green+Blue) = 126+161+115=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA173 is #815E8C. Grayscale: #919191. Windows color (decimal): -8478349 or 7577982. OLE color: 7577982.
HSL color Cylindrical-coordinate representation of color #7EA173: hue angle of 105.65º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EA173 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 115 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.37 |
| HSL | 105.65º | 0.2% | 0.54% | - |
| HSV(B) | 105.65º | 0.29% | 0.63% | - |
| XYZ | 24.44 | 31.16 | 20.95 | - |
| YUV | 145.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 115 | 0.22 | 0 | 0.29 | 0.37 | 105.65 | 0.2 | 0.54 |
| Hex | 7E | A1 | 73 | 16 | 0 | 1D | 25 | 6A | 14 | 36 |
| Octal | 176 | 241 | 163 | 26 | 0 | 35 | 45 | 152 | 24 | 66 |
| Binary | 1111110 | 10100001 | 1110011 | 10110 | 0 | 11101 | 100101 | 1101010 | 10100 | 110110 |
Color Harmonies of #7EA173
Complementary color
Monochromatic Colors of #7EA173
Black with #7EA173
Text Example
Text Example
White with #7EA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA173; }
p { color: rgb(126,161,115); }
H1.HeaderClassName
{
color: #7EA173;
}
.AnyTagClassName
{
color: #7EA173;
}
</style>
background-color css
<style>
a { background-color: #7EA173; }
a { background-color: rgb(126,161,115); }
div.DivClassName
{
background-color: #7EA173;
}
.BgClassName
{
background-color: #7EA173;
}
</style>
border-color css
<style>
span { border-color: #7EA173; }
span { border-color: rgb(126,161,115); }
td.TdClassName
{
border-color: #7EA173;
}
.TagClassName
{
border-color: #7EA173;
}
</style>