Shades of Amulet #8EA07F
Tints of Amulet #8EA07F
RGB
CMYK
RGB Variations
Color information
#8EA07F (or 0x8EA07F) is known color: Amulet. HEX triplet: 8E, A0 and 7F. RGB value is (142,160,127). Sum of RGB (Red+Green+Blue) = 142+160+127=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA07F is #715F80. Grayscale: #969696. Windows color (decimal): -7430017 or 8364174. OLE color: 8364174.
HSL color Cylindrical-coordinate representation of color #8EA07F: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EA07F is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 127 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.37 |
| HSL | 92.73º | 0.15% | 0.56% | - |
| HSV(B) | 92.73º | 0.21% | 0.63% | - |
| XYZ | 27.56 | 32.42 | 24.88 | - |
| YUV | 150.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 127 | 0.11 | 0 | 0.21 | 0.37 | 92.73 | 0.15 | 0.56 |
| Hex | 8E | A0 | 7F | B | 0 | 15 | 25 | 5D | F | 38 |
| Octal | 216 | 240 | 177 | 13 | 0 | 25 | 45 | 135 | 17 | 70 |
| Binary | 10001110 | 10100000 | 1111111 | 1011 | 0 | 10101 | 100101 | 1011101 | 1111 | 111000 |
Color Harmonies of #8EA07F
Complementary color
Monochromatic Colors of #8EA07F
Black with #8EA07F
Text Example
Text Example
White with #8EA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA07F; }
p { color: rgb(142,160,127); }
H1.HeaderClassName
{
color: #8EA07F;
}
.AnyTagClassName
{
color: #8EA07F;
}
</style>
background-color css
<style>
a { background-color: #8EA07F; }
a { background-color: rgb(142,160,127); }
div.DivClassName
{
background-color: #8EA07F;
}
.BgClassName
{
background-color: #8EA07F;
}
</style>
border-color css
<style>
span { border-color: #8EA07F; }
span { border-color: rgb(142,160,127); }
td.TdClassName
{
border-color: #8EA07F;
}
.TagClassName
{
border-color: #8EA07F;
}
</style>