Shades of Amulet #7EAC6F
Tints of Amulet #7EAC6F
RGB
CMYK
RGB Variations
Color information
#7EAC6F (or 0x7EAC6F) is known color: Amulet. HEX triplet: 7E, AC and 6F. RGB value is (126,172,111). Sum of RGB (Red+Green+Blue) = 126+172+111=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6F is #815390. Grayscale: #979797. Windows color (decimal): -8475537 or 7318654. OLE color: 7318654.
HSL color Cylindrical-coordinate representation of color #7EAC6F: hue angle of 105.25º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EAC6F is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 111 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.33 |
| HSL | 105.25º | 0.27% | 0.55% | - |
| HSV(B) | 105.25º | 0.35% | 0.67% | - |
| XYZ | 26.23 | 35.09 | 20.43 | - |
| YUV | 151.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 111 | 0.27 | 0 | 0.35 | 0.33 | 105.25 | 0.27 | 0.55 |
| Hex | 7E | AC | 6F | 1B | 0 | 23 | 21 | 69 | 1B | 37 |
| Octal | 176 | 254 | 157 | 33 | 0 | 43 | 41 | 151 | 33 | 67 |
| Binary | 1111110 | 10101100 | 1101111 | 11011 | 0 | 100011 | 100001 | 1101001 | 11011 | 110111 |
Color Harmonies of #7EAC6F
Complementary color
Monochromatic Colors of #7EAC6F
Black with #7EAC6F
Text Example
Text Example
White with #7EAC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC6F; }
p { color: rgb(126,172,111); }
H1.HeaderClassName
{
color: #7EAC6F;
}
.AnyTagClassName
{
color: #7EAC6F;
}
</style>
background-color css
<style>
a { background-color: #7EAC6F; }
a { background-color: rgb(126,172,111); }
div.DivClassName
{
background-color: #7EAC6F;
}
.BgClassName
{
background-color: #7EAC6F;
}
</style>
border-color css
<style>
span { border-color: #7EAC6F; }
span { border-color: rgb(126,172,111); }
td.TdClassName
{
border-color: #7EAC6F;
}
.TagClassName
{
border-color: #7EAC6F;
}
</style>