Shades of Amulet #7EA06C
Tints of Amulet #7EA06C
RGB
CMYK
RGB Variations
Color information
#7EA06C (or 0x7EA06C) is known color: Amulet. HEX triplet: 7E, A0 and 6C. RGB value is (126,160,108). Sum of RGB (Red+Green+Blue) = 126+160+108=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA06C is #815F93. Grayscale: #909090. Windows color (decimal): -8478612 or 7118974. OLE color: 7118974.
HSL color Cylindrical-coordinate representation of color #7EA06C: hue angle of 99.23º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA06C is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 160 | 108 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.37 |
| HSL | 99.23º | 0.21% | 0.53% | - |
| HSV(B) | 99.23º | 0.33% | 0.63% | - |
| XYZ | 23.88 | 30.66 | 18.85 | - |
| YUV | 143.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 160 | 108 | 0.21 | 0 | 0.32 | 0.37 | 99.23 | 0.21 | 0.53 |
| Hex | 7E | A0 | 6C | 15 | 0 | 20 | 25 | 63 | 15 | 35 |
| Octal | 176 | 240 | 154 | 25 | 0 | 40 | 45 | 143 | 25 | 65 |
| Binary | 1111110 | 10100000 | 1101100 | 10101 | 0 | 100000 | 100101 | 1100011 | 10101 | 110101 |
Color Harmonies of #7EA06C
Complementary color
Monochromatic Colors of #7EA06C
Black with #7EA06C
Text Example
Text Example
White with #7EA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA06C; }
p { color: rgb(126,160,108); }
H1.HeaderClassName
{
color: #7EA06C;
}
.AnyTagClassName
{
color: #7EA06C;
}
</style>
background-color css
<style>
a { background-color: #7EA06C; }
a { background-color: rgb(126,160,108); }
div.DivClassName
{
background-color: #7EA06C;
}
.BgClassName
{
background-color: #7EA06C;
}
</style>
border-color css
<style>
span { border-color: #7EA06C; }
span { border-color: rgb(126,160,108); }
td.TdClassName
{
border-color: #7EA06C;
}
.TagClassName
{
border-color: #7EA06C;
}
</style>