Shades of Amulet #7EAC6A
Tints of Amulet #7EAC6A
RGB
CMYK
RGB Variations
Color information
#7EAC6A (or 0x7EAC6A) is known color: Amulet. HEX triplet: 7E, AC and 6A. RGB value is (126,172,106). Sum of RGB (Red+Green+Blue) = 126+172+106=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6A is #815395. Grayscale: #969696. Windows color (decimal): -8475542 or 6990974. OLE color: 6990974.
HSL color Cylindrical-coordinate representation of color #7EAC6A: hue angle of 101.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EAC6A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 106 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.33 |
| HSL | 101.82º | 0.28% | 0.55% | - |
| HSV(B) | 101.82º | 0.38% | 0.67% | - |
| XYZ | 25.96 | 34.98 | 19.02 | - |
| YUV | 150.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 106 | 0.27 | 0 | 0.38 | 0.33 | 101.82 | 0.28 | 0.55 |
| Hex | 7E | AC | 6A | 1B | 0 | 26 | 21 | 66 | 1C | 37 |
| Octal | 176 | 254 | 152 | 33 | 0 | 46 | 41 | 146 | 34 | 67 |
| Binary | 1111110 | 10101100 | 1101010 | 11011 | 0 | 100110 | 100001 | 1100110 | 11100 | 110111 |
Color Harmonies of #7EAC6A
Complementary color
Monochromatic Colors of #7EAC6A
Black with #7EAC6A
Text Example
Text Example
White with #7EAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC6A; }
p { color: rgb(126,172,106); }
H1.HeaderClassName
{
color: #7EAC6A;
}
.AnyTagClassName
{
color: #7EAC6A;
}
</style>
background-color css
<style>
a { background-color: #7EAC6A; }
a { background-color: rgb(126,172,106); }
div.DivClassName
{
background-color: #7EAC6A;
}
.BgClassName
{
background-color: #7EAC6A;
}
</style>
border-color css
<style>
span { border-color: #7EAC6A; }
span { border-color: rgb(126,172,106); }
td.TdClassName
{
border-color: #7EAC6A;
}
.TagClassName
{
border-color: #7EAC6A;
}
</style>