Shades of Amulet #89A377
Tints of Amulet #89A377
RGB
CMYK
RGB Variations
Color information
#89A377 (or 0x89A377) is known color: Amulet. HEX triplet: 89, A3 and 77. RGB value is (137,163,119). Sum of RGB (Red+Green+Blue) = 137+163+119=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #89A377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A377 is #765C88. Grayscale: #969696. Windows color (decimal): -7756937 or 7840649. OLE color: 7840649.
HSL color Cylindrical-coordinate representation of color #89A377: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A377 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 119 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.36 |
| HSL | 95.45º | 0.19% | 0.55% | - |
| HSV(B) | 95.45º | 0.27% | 0.64% | - |
| XYZ | 26.74 | 32.84 | 22.38 | - |
| YUV | 150.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 119 | 0.16 | 0 | 0.27 | 0.36 | 95.45 | 0.19 | 0.55 |
| Hex | 89 | A3 | 77 | 10 | 0 | 1B | 24 | 5F | 13 | 37 |
| Octal | 211 | 243 | 167 | 20 | 0 | 33 | 44 | 137 | 23 | 67 |
| Binary | 10001001 | 10100011 | 1110111 | 10000 | 0 | 11011 | 100100 | 1011111 | 10011 | 110111 |
Color Harmonies of #89A377
Complementary color
Monochromatic Colors of #89A377
Black with #89A377
Text Example
Text Example
White with #89A377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A377; }
p { color: rgb(137,163,119); }
H1.HeaderClassName
{
color: #89A377;
}
.AnyTagClassName
{
color: #89A377;
}
</style>
background-color css
<style>
a { background-color: #89A377; }
a { background-color: rgb(137,163,119); }
div.DivClassName
{
background-color: #89A377;
}
.BgClassName
{
background-color: #89A377;
}
</style>
border-color css
<style>
span { border-color: #89A377; }
span { border-color: rgb(137,163,119); }
td.TdClassName
{
border-color: #89A377;
}
.TagClassName
{
border-color: #89A377;
}
</style>