Shades of Amulet #889E73
Tints of Amulet #889E73
RGB
CMYK
RGB Variations
Color information
#889E73 (or 0x889E73) is known color: Amulet. HEX triplet: 88, 9E and 73. RGB value is (136,158,115). Sum of RGB (Red+Green+Blue) = 136+158+115=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #889E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889E73 is #77618C. Grayscale: #929292. Windows color (decimal): -7823757 or 7577224. OLE color: 7577224.
HSL color Cylindrical-coordinate representation of color #889E73: hue angle of 90.7º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889E73 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 158 | 115 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.38 |
| HSL | 90.7º | 0.18% | 0.54% | - |
| HSV(B) | 90.7º | 0.27% | 0.62% | - |
| XYZ | 25.47 | 30.93 | 20.85 | - |
| YUV | 146.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 115 | 0.14 | 0 | 0.27 | 0.38 | 90.7 | 0.18 | 0.54 |
| Hex | 88 | 9E | 73 | E | 0 | 1B | 26 | 5B | 12 | 36 |
| Octal | 210 | 236 | 163 | 16 | 0 | 33 | 46 | 133 | 22 | 66 |
| Binary | 10001000 | 10011110 | 1110011 | 1110 | 0 | 11011 | 100110 | 1011011 | 10010 | 110110 |
Color Harmonies of #889E73
Complementary color
Monochromatic Colors of #889E73
Black with #889E73
Text Example
Text Example
White with #889E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889E73; }
p { color: rgb(136,158,115); }
H1.HeaderClassName
{
color: #889E73;
}
.AnyTagClassName
{
color: #889E73;
}
</style>
background-color css
<style>
a { background-color: #889E73; }
a { background-color: rgb(136,158,115); }
div.DivClassName
{
background-color: #889E73;
}
.BgClassName
{
background-color: #889E73;
}
</style>
border-color css
<style>
span { border-color: #889E73; }
span { border-color: rgb(136,158,115); }
td.TdClassName
{
border-color: #889E73;
}
.TagClassName
{
border-color: #889E73;
}
</style>