Shades of Amulet #7EAC67
Tints of Amulet #7EAC67
RGB
CMYK
RGB Variations
Color information
#7EAC67 (or 0x7EAC67) is known color: Amulet. HEX triplet: 7E, AC and 67. RGB value is (126,172,103). Sum of RGB (Red+Green+Blue) = 126+172+103=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC67 is #815398. Grayscale: #969696. Windows color (decimal): -8475545 or 6794366. OLE color: 6794366.
HSL color Cylindrical-coordinate representation of color #7EAC67: hue angle of 100º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EAC67 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 103 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.33 |
| HSL | 100º | 0.29% | 0.54% | - |
| HSV(B) | 100º | 0.4% | 0.67% | - |
| XYZ | 25.8 | 34.92 | 18.21 | - |
| YUV | 150.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 103 | 0.27 | 0 | 0.40 | 0.33 | 100 | 0.29 | 0.54 |
| Hex | 7E | AC | 67 | 1B | 0 | 28 | 21 | 64 | 1D | 36 |
| Octal | 176 | 254 | 147 | 33 | 0 | 50 | 41 | 144 | 35 | 66 |
| Binary | 1111110 | 10101100 | 1100111 | 11011 | 0 | 101000 | 100001 | 1100100 | 11101 | 110110 |
Color Harmonies of #7EAC67
Complementary color
Monochromatic Colors of #7EAC67
Black with #7EAC67
Text Example
Text Example
White with #7EAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC67; }
p { color: rgb(126,172,103); }
H1.HeaderClassName
{
color: #7EAC67;
}
.AnyTagClassName
{
color: #7EAC67;
}
</style>
background-color css
<style>
a { background-color: #7EAC67; }
a { background-color: rgb(126,172,103); }
div.DivClassName
{
background-color: #7EAC67;
}
.BgClassName
{
background-color: #7EAC67;
}
</style>
border-color css
<style>
span { border-color: #7EAC67; }
span { border-color: rgb(126,172,103); }
td.TdClassName
{
border-color: #7EAC67;
}
.TagClassName
{
border-color: #7EAC67;
}
</style>