Shades of Amulet #7EAC7A
Tints of Amulet #7EAC7A
RGB
CMYK
RGB Variations
Color information
#7EAC7A (or 0x7EAC7A) is known color: Amulet. HEX triplet: 7E, AC and 7A. RGB value is (126,172,122). Sum of RGB (Red+Green+Blue) = 126+172+122=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC7A is #815385. Grayscale: #989898. Windows color (decimal): -8475526 or 8039550. OLE color: 8039550.
HSL color Cylindrical-coordinate representation of color #7EAC7A: hue angle of 115.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EAC7A is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 122 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.33 |
| HSL | 115.2º | 0.23% | 0.58% | - |
| HSV(B) | 115.2º | 0.29% | 0.67% | - |
| XYZ | 26.87 | 35.35 | 23.82 | - |
| YUV | 152.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 122 | 0.27 | 0 | 0.29 | 0.33 | 115.2 | 0.23 | 0.58 |
| Hex | 7E | AC | 7A | 1B | 0 | 1D | 21 | 73 | 17 | 3A |
| Octal | 176 | 254 | 172 | 33 | 0 | 35 | 41 | 163 | 27 | 72 |
| Binary | 1111110 | 10101100 | 1111010 | 11011 | 0 | 11101 | 100001 | 1110011 | 10111 | 111010 |
Color Harmonies of #7EAC7A
Complementary color
Monochromatic Colors of #7EAC7A
Black with #7EAC7A
Text Example
Text Example
White with #7EAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC7A; }
p { color: rgb(126,172,122); }
H1.HeaderClassName
{
color: #7EAC7A;
}
.AnyTagClassName
{
color: #7EAC7A;
}
</style>
background-color css
<style>
a { background-color: #7EAC7A; }
a { background-color: rgb(126,172,122); }
div.DivClassName
{
background-color: #7EAC7A;
}
.BgClassName
{
background-color: #7EAC7A;
}
</style>
border-color css
<style>
span { border-color: #7EAC7A; }
span { border-color: rgb(126,172,122); }
td.TdClassName
{
border-color: #7EAC7A;
}
.TagClassName
{
border-color: #7EAC7A;
}
</style>