Shades of Amulet #89A076
Tints of Amulet #89A076
RGB
CMYK
RGB Variations
Color information
#89A076 (or 0x89A076) is known color: Amulet. HEX triplet: 89, A0 and 76. RGB value is (137,160,118). Sum of RGB (Red+Green+Blue) = 137+160+118=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #89A076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A076 is #765F89. Grayscale: #949494. Windows color (decimal): -7757706 or 7774345. OLE color: 7774345.
HSL color Cylindrical-coordinate representation of color #89A076: hue angle of 92.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89A076 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 118 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.37 |
| HSL | 92.86º | 0.18% | 0.55% | - |
| HSV(B) | 92.86º | 0.26% | 0.63% | - |
| XYZ | 26.16 | 31.77 | 21.89 | - |
| YUV | 148.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 118 | 0.14 | 0 | 0.26 | 0.37 | 92.86 | 0.18 | 0.55 |
| Hex | 89 | A0 | 76 | E | 0 | 1A | 25 | 5D | 12 | 37 |
| Octal | 211 | 240 | 166 | 16 | 0 | 32 | 45 | 135 | 22 | 67 |
| Binary | 10001001 | 10100000 | 1110110 | 1110 | 0 | 11010 | 100101 | 1011101 | 10010 | 110111 |
Color Harmonies of #89A076
Complementary color
Monochromatic Colors of #89A076
Black with #89A076
Text Example
Text Example
White with #89A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A076; }
p { color: rgb(137,160,118); }
H1.HeaderClassName
{
color: #89A076;
}
.AnyTagClassName
{
color: #89A076;
}
</style>
background-color css
<style>
a { background-color: #89A076; }
a { background-color: rgb(137,160,118); }
div.DivClassName
{
background-color: #89A076;
}
.BgClassName
{
background-color: #89A076;
}
</style>
border-color css
<style>
span { border-color: #89A076; }
span { border-color: rgb(137,160,118); }
td.TdClassName
{
border-color: #89A076;
}
.TagClassName
{
border-color: #89A076;
}
</style>