Shades of Amulet #7EA56C
Tints of Amulet #7EA56C
RGB
CMYK
RGB Variations
Color information
#7EA56C (or 0x7EA56C) is known color: Amulet. HEX triplet: 7E, A5 and 6C. RGB value is (126,165,108). Sum of RGB (Red+Green+Blue) = 126+165+108=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA56C is #815A93. Grayscale: #939393. Windows color (decimal): -8477332 or 7120254. OLE color: 7120254.
HSL color Cylindrical-coordinate representation of color #7EA56C: hue angle of 101.05º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EA56C is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 108 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.35 |
| HSL | 101.05º | 0.24% | 0.54% | - |
| HSV(B) | 101.05º | 0.35% | 0.65% | - |
| XYZ | 24.77 | 32.43 | 19.14 | - |
| YUV | 146.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 108 | 0.24 | 0 | 0.35 | 0.35 | 101.05 | 0.24 | 0.54 |
| Hex | 7E | A5 | 6C | 18 | 0 | 23 | 23 | 65 | 18 | 36 |
| Octal | 176 | 245 | 154 | 30 | 0 | 43 | 43 | 145 | 30 | 66 |
| Binary | 1111110 | 10100101 | 1101100 | 11000 | 0 | 100011 | 100011 | 1100101 | 11000 | 110110 |
Color Harmonies of #7EA56C
Complementary color
Monochromatic Colors of #7EA56C
Black with #7EA56C
Text Example
Text Example
White with #7EA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA56C; }
p { color: rgb(126,165,108); }
H1.HeaderClassName
{
color: #7EA56C;
}
.AnyTagClassName
{
color: #7EA56C;
}
</style>
background-color css
<style>
a { background-color: #7EA56C; }
a { background-color: rgb(126,165,108); }
div.DivClassName
{
background-color: #7EA56C;
}
.BgClassName
{
background-color: #7EA56C;
}
</style>
border-color css
<style>
span { border-color: #7EA56C; }
span { border-color: rgb(126,165,108); }
td.TdClassName
{
border-color: #7EA56C;
}
.TagClassName
{
border-color: #7EA56C;
}
</style>