Shades of Amulet #7EA36F
Tints of Amulet #7EA36F
RGB
CMYK
RGB Variations
Color information
#7EA36F (or 0x7EA36F) is known color: Amulet. HEX triplet: 7E, A3 and 6F. RGB value is (126,163,111). Sum of RGB (Red+Green+Blue) = 126+163+111=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA36F is #815C90. Grayscale: #929292. Windows color (decimal): -8477841 or 7316350. OLE color: 7316350.
HSL color Cylindrical-coordinate representation of color #7EA36F: hue angle of 102.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA36F is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 111 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.36 |
| HSL | 102.69º | 0.22% | 0.54% | - |
| HSV(B) | 102.69º | 0.32% | 0.64% | - |
| XYZ | 24.57 | 31.78 | 19.88 | - |
| YUV | 146.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 111 | 0.23 | 0 | 0.32 | 0.36 | 102.69 | 0.22 | 0.54 |
| Hex | 7E | A3 | 6F | 17 | 0 | 20 | 24 | 67 | 16 | 36 |
| Octal | 176 | 243 | 157 | 27 | 0 | 40 | 44 | 147 | 26 | 66 |
| Binary | 1111110 | 10100011 | 1101111 | 10111 | 0 | 100000 | 100100 | 1100111 | 10110 | 110110 |
Color Harmonies of #7EA36F
Complementary color
Monochromatic Colors of #7EA36F
Black with #7EA36F
Text Example
Text Example
White with #7EA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA36F; }
p { color: rgb(126,163,111); }
H1.HeaderClassName
{
color: #7EA36F;
}
.AnyTagClassName
{
color: #7EA36F;
}
</style>
background-color css
<style>
a { background-color: #7EA36F; }
a { background-color: rgb(126,163,111); }
div.DivClassName
{
background-color: #7EA36F;
}
.BgClassName
{
background-color: #7EA36F;
}
</style>
border-color css
<style>
span { border-color: #7EA36F; }
span { border-color: rgb(126,163,111); }
td.TdClassName
{
border-color: #7EA36F;
}
.TagClassName
{
border-color: #7EA36F;
}
</style>