Shades of Amulet #7EA468
Tints of Amulet #7EA468
RGB
CMYK
RGB Variations
Color information
#7EA468 (or 0x7EA468) is known color: Amulet. HEX triplet: 7E, A4 and 68. RGB value is (126,164,104). Sum of RGB (Red+Green+Blue) = 126+164+104=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA468 is #815B97. Grayscale: #929292. Windows color (decimal): -8477592 or 6857854. OLE color: 6857854.
HSL color Cylindrical-coordinate representation of color #7EA468: hue angle of 98º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EA468 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 164 | 104 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.36 |
| HSL | 98º | 0.25% | 0.53% | - |
| HSV(B) | 98º | 0.37% | 0.64% | - |
| XYZ | 24.38 | 31.99 | 17.99 | - |
| YUV | 145.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 104 | 0.23 | 0 | 0.37 | 0.36 | 98 | 0.25 | 0.53 |
| Hex | 7E | A4 | 68 | 17 | 0 | 25 | 24 | 62 | 19 | 35 |
| Octal | 176 | 244 | 150 | 27 | 0 | 45 | 44 | 142 | 31 | 65 |
| Binary | 1111110 | 10100100 | 1101000 | 10111 | 0 | 100101 | 100100 | 1100010 | 11001 | 110101 |
Color Harmonies of #7EA468
Complementary color
Monochromatic Colors of #7EA468
Black with #7EA468
Text Example
Text Example
White with #7EA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA468; }
p { color: rgb(126,164,104); }
H1.HeaderClassName
{
color: #7EA468;
}
.AnyTagClassName
{
color: #7EA468;
}
</style>
background-color css
<style>
a { background-color: #7EA468; }
a { background-color: rgb(126,164,104); }
div.DivClassName
{
background-color: #7EA468;
}
.BgClassName
{
background-color: #7EA468;
}
</style>
border-color css
<style>
span { border-color: #7EA468; }
span { border-color: rgb(126,164,104); }
td.TdClassName
{
border-color: #7EA468;
}
.TagClassName
{
border-color: #7EA468;
}
</style>