Shades of Amulet #8A9E78
Tints of Amulet #8A9E78
RGB
CMYK
RGB Variations
Color information
#8A9E78 (or 0x8A9E78) is known color: Amulet. HEX triplet: 8A, 9E and 78. RGB value is (138,158,120). Sum of RGB (Red+Green+Blue) = 138+158+120=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9E78 is #756187. Grayscale: #939393. Windows color (decimal): -7692680 or 7904906. OLE color: 7904906.
HSL color Cylindrical-coordinate representation of color #8A9E78: hue angle of 91.58º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A9E78 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 158 | 120 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.38 |
| HSL | 91.58º | 0.16% | 0.55% | - |
| HSV(B) | 91.58º | 0.24% | 0.62% | - |
| XYZ | 26.1 | 31.21 | 22.42 | - |
| YUV | 147.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 120 | 0.13 | 0 | 0.24 | 0.38 | 91.58 | 0.16 | 0.55 |
| Hex | 8A | 9E | 78 | D | 0 | 18 | 26 | 5C | 10 | 37 |
| Octal | 212 | 236 | 170 | 15 | 0 | 30 | 46 | 134 | 20 | 67 |
| Binary | 10001010 | 10011110 | 1111000 | 1101 | 0 | 11000 | 100110 | 1011100 | 10000 | 110111 |
Color Harmonies of #8A9E78
Complementary color
Monochromatic Colors of #8A9E78
Black with #8A9E78
Text Example
Text Example
White with #8A9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9E78; }
p { color: rgb(138,158,120); }
H1.HeaderClassName
{
color: #8A9E78;
}
.AnyTagClassName
{
color: #8A9E78;
}
</style>
background-color css
<style>
a { background-color: #8A9E78; }
a { background-color: rgb(138,158,120); }
div.DivClassName
{
background-color: #8A9E78;
}
.BgClassName
{
background-color: #8A9E78;
}
</style>
border-color css
<style>
span { border-color: #8A9E78; }
span { border-color: rgb(138,158,120); }
td.TdClassName
{
border-color: #8A9E78;
}
.TagClassName
{
border-color: #8A9E78;
}
</style>