Shades of Amulet #7EAB76
Tints of Amulet #7EAB76
RGB
CMYK
RGB Variations
Color information
#7EAB76 (or 0x7EAB76) is known color: Amulet. HEX triplet: 7E, AB and 76. RGB value is (126,171,118). Sum of RGB (Red+Green+Blue) = 126+171+118=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB76 is #815489. Grayscale: #979797. Windows color (decimal): -8475786 or 7777150. OLE color: 7777150.
HSL color Cylindrical-coordinate representation of color #7EAB76: hue angle of 110.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EAB76 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 118 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.33 |
| HSL | 110.94º | 0.24% | 0.57% | - |
| HSV(B) | 110.94º | 0.31% | 0.67% | - |
| XYZ | 26.44 | 34.87 | 22.48 | - |
| YUV | 151.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 118 | 0.26 | 0 | 0.31 | 0.33 | 110.94 | 0.24 | 0.57 |
| Hex | 7E | AB | 76 | 1A | 0 | 1F | 21 | 6F | 18 | 39 |
| Octal | 176 | 253 | 166 | 32 | 0 | 37 | 41 | 157 | 30 | 71 |
| Binary | 1111110 | 10101011 | 1110110 | 11010 | 0 | 11111 | 100001 | 1101111 | 11000 | 111001 |
Color Harmonies of #7EAB76
Complementary color
Monochromatic Colors of #7EAB76
Black with #7EAB76
Text Example
Text Example
White with #7EAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAB76; }
p { color: rgb(126,171,118); }
H1.HeaderClassName
{
color: #7EAB76;
}
.AnyTagClassName
{
color: #7EAB76;
}
</style>
background-color css
<style>
a { background-color: #7EAB76; }
a { background-color: rgb(126,171,118); }
div.DivClassName
{
background-color: #7EAB76;
}
.BgClassName
{
background-color: #7EAB76;
}
</style>
border-color css
<style>
span { border-color: #7EAB76; }
span { border-color: rgb(126,171,118); }
td.TdClassName
{
border-color: #7EAB76;
}
.TagClassName
{
border-color: #7EAB76;
}
</style>