Shades of Amulet #7EA06B
Tints of Amulet #7EA06B
RGB
CMYK
RGB Variations
Color information
#7EA06B (or 0x7EA06B) is known color: Amulet. HEX triplet: 7E, A0 and 6B. RGB value is (126,160,107). Sum of RGB (Red+Green+Blue) = 126+160+107=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA06B is #815F94. Grayscale: #8F8F8F. Windows color (decimal): -8478613 or 7053438. OLE color: 7053438.
HSL color Cylindrical-coordinate representation of color #7EA06B: hue angle of 98.49º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA06B is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 107 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.37 |
| HSL | 98.49º | 0.22% | 0.52% | - |
| HSV(B) | 98.49º | 0.33% | 0.63% | - |
| XYZ | 23.83 | 30.64 | 18.57 | - |
| YUV | 143.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 107 | 0.21 | 0 | 0.33 | 0.37 | 98.49 | 0.22 | 0.52 |
| Hex | 7E | A0 | 6B | 15 | 0 | 21 | 25 | 62 | 16 | 34 |
| Octal | 176 | 240 | 153 | 25 | 0 | 41 | 45 | 142 | 26 | 64 |
| Binary | 1111110 | 10100000 | 1101011 | 10101 | 0 | 100001 | 100101 | 1100010 | 10110 | 110100 |
Color Harmonies of #7EA06B
Complementary color
Monochromatic Colors of #7EA06B
Black with #7EA06B
Text Example
Text Example
White with #7EA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA06B; }
p { color: rgb(126,160,107); }
H1.HeaderClassName
{
color: #7EA06B;
}
.AnyTagClassName
{
color: #7EA06B;
}
</style>
background-color css
<style>
a { background-color: #7EA06B; }
a { background-color: rgb(126,160,107); }
div.DivClassName
{
background-color: #7EA06B;
}
.BgClassName
{
background-color: #7EA06B;
}
</style>
border-color css
<style>
span { border-color: #7EA06B; }
span { border-color: rgb(126,160,107); }
td.TdClassName
{
border-color: #7EA06B;
}
.TagClassName
{
border-color: #7EA06B;
}
</style>