Shades of Amulet #89A179
Tints of Amulet #89A179
RGB
CMYK
RGB Variations
Color information
#89A179 (or 0x89A179) is known color: Amulet. HEX triplet: 89, A1 and 79. RGB value is (137,161,121). Sum of RGB (Red+Green+Blue) = 137+161+121=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #89A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A179 is #765E86. Grayscale: #959595. Windows color (decimal): -7757447 or 7971209. OLE color: 7971209.
HSL color Cylindrical-coordinate representation of color #89A179: hue angle of 96º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89A179 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 121 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.37 |
| HSL | 96º | 0.18% | 0.55% | - |
| HSV(B) | 96º | 0.25% | 0.63% | - |
| XYZ | 26.51 | 32.19 | 22.9 | - |
| YUV | 149.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 121 | 0.15 | 0 | 0.25 | 0.37 | 96 | 0.18 | 0.55 |
| Hex | 89 | A1 | 79 | F | 0 | 19 | 25 | 60 | 12 | 37 |
| Octal | 211 | 241 | 171 | 17 | 0 | 31 | 45 | 140 | 22 | 67 |
| Binary | 10001001 | 10100001 | 1111001 | 1111 | 0 | 11001 | 100101 | 1100000 | 10010 | 110111 |
Color Harmonies of #89A179
Complementary color
Monochromatic Colors of #89A179
Black with #89A179
Text Example
Text Example
White with #89A179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A179; }
p { color: rgb(137,161,121); }
H1.HeaderClassName
{
color: #89A179;
}
.AnyTagClassName
{
color: #89A179;
}
</style>
background-color css
<style>
a { background-color: #89A179; }
a { background-color: rgb(137,161,121); }
div.DivClassName
{
background-color: #89A179;
}
.BgClassName
{
background-color: #89A179;
}
</style>
border-color css
<style>
span { border-color: #89A179; }
span { border-color: rgb(137,161,121); }
td.TdClassName
{
border-color: #89A179;
}
.TagClassName
{
border-color: #89A179;
}
</style>