Shades of Amulet #7EAC6C
Tints of Amulet #7EAC6C
RGB
CMYK
RGB Variations
Color information
#7EAC6C (or 0x7EAC6C) is known color: Amulet. HEX triplet: 7E, AC and 6C. RGB value is (126,172,108). Sum of RGB (Red+Green+Blue) = 126+172+108=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6C is #815393. Grayscale: #979797. Windows color (decimal): -8475540 or 7122046. OLE color: 7122046.
HSL color Cylindrical-coordinate representation of color #7EAC6C: hue angle of 103.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EAC6C is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 108 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.33 |
| HSL | 103.13º | 0.28% | 0.55% | - |
| HSV(B) | 103.13º | 0.37% | 0.67% | - |
| XYZ | 26.06 | 35.02 | 19.57 | - |
| YUV | 150.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 108 | 0.27 | 0 | 0.37 | 0.33 | 103.13 | 0.28 | 0.55 |
| Hex | 7E | AC | 6C | 1B | 0 | 25 | 21 | 67 | 1C | 37 |
| Octal | 176 | 254 | 154 | 33 | 0 | 45 | 41 | 147 | 34 | 67 |
| Binary | 1111110 | 10101100 | 1101100 | 11011 | 0 | 100101 | 100001 | 1100111 | 11100 | 110111 |
Color Harmonies of #7EAC6C
Complementary color
Monochromatic Colors of #7EAC6C
Black with #7EAC6C
Text Example
Text Example
White with #7EAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC6C; }
p { color: rgb(126,172,108); }
H1.HeaderClassName
{
color: #7EAC6C;
}
.AnyTagClassName
{
color: #7EAC6C;
}
</style>
background-color css
<style>
a { background-color: #7EAC6C; }
a { background-color: rgb(126,172,108); }
div.DivClassName
{
background-color: #7EAC6C;
}
.BgClassName
{
background-color: #7EAC6C;
}
</style>
border-color css
<style>
span { border-color: #7EAC6C; }
span { border-color: rgb(126,172,108); }
td.TdClassName
{
border-color: #7EAC6C;
}
.TagClassName
{
border-color: #7EAC6C;
}
</style>