Shades of Amulet #899E73
Tints of Amulet #899E73
RGB
CMYK
RGB Variations
Color information
#899E73 (or 0x899E73) is known color: Amulet. HEX triplet: 89, 9E and 73. RGB value is (137,158,115). Sum of RGB (Red+Green+Blue) = 137+158+115=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #899E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899E73 is #76618C. Grayscale: #929292. Windows color (decimal): -7758221 or 7577225. OLE color: 7577225.
HSL color Cylindrical-coordinate representation of color #899E73: hue angle of 89.3º 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 #899E73 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 158 | 115 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.38 |
| HSL | 89.3º | 0.18% | 0.54% | - |
| HSV(B) | 89.3º | 0.27% | 0.62% | - |
| XYZ | 25.64 | 31.01 | 20.85 | - |
| YUV | 146.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 115 | 0.13 | 0 | 0.27 | 0.38 | 89.3 | 0.18 | 0.54 |
| Hex | 89 | 9E | 73 | D | 0 | 1B | 26 | 59 | 12 | 36 |
| Octal | 211 | 236 | 163 | 15 | 0 | 33 | 46 | 131 | 22 | 66 |
| Binary | 10001001 | 10011110 | 1110011 | 1101 | 0 | 11011 | 100110 | 1011001 | 10010 | 110110 |
Color Harmonies of #899E73
Complementary color
Monochromatic Colors of #899E73
Black with #899E73
Text Example
Text Example
White with #899E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899E73; }
p { color: rgb(137,158,115); }
H1.HeaderClassName
{
color: #899E73;
}
.AnyTagClassName
{
color: #899E73;
}
</style>
background-color css
<style>
a { background-color: #899E73; }
a { background-color: rgb(137,158,115); }
div.DivClassName
{
background-color: #899E73;
}
.BgClassName
{
background-color: #899E73;
}
</style>
border-color css
<style>
span { border-color: #899E73; }
span { border-color: rgb(137,158,115); }
td.TdClassName
{
border-color: #899E73;
}
.TagClassName
{
border-color: #899E73;
}
</style>