Shades of Amulet #89A579
Tints of Amulet #89A579
RGB
CMYK
RGB Variations
Color information
#89A579 (or 0x89A579) is known color: Amulet. HEX triplet: 89, A5 and 79. RGB value is (137,165,121). Sum of RGB (Red+Green+Blue) = 137+165+121=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #89A579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A579 is #765A86. Grayscale: #979797. Windows color (decimal): -7756423 or 7972233. OLE color: 7972233.
HSL color Cylindrical-coordinate representation of color #89A579: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A579 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 165 | 121 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.35 |
| HSL | 98.18º | 0.2% | 0.56% | - |
| HSV(B) | 98.18º | 0.27% | 0.65% | - |
| XYZ | 27.22 | 33.61 | 23.14 | - |
| YUV | 151.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 121 | 0.17 | 0 | 0.27 | 0.35 | 98.18 | 0.2 | 0.56 |
| Hex | 89 | A5 | 79 | 11 | 0 | 1B | 23 | 62 | 14 | 38 |
| Octal | 211 | 245 | 171 | 21 | 0 | 33 | 43 | 142 | 24 | 70 |
| Binary | 10001001 | 10100101 | 1111001 | 10001 | 0 | 11011 | 100011 | 1100010 | 10100 | 111000 |
Color Harmonies of #89A579
Complementary color
Monochromatic Colors of #89A579
Black with #89A579
Text Example
Text Example
White with #89A579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A579; }
p { color: rgb(137,165,121); }
H1.HeaderClassName
{
color: #89A579;
}
.AnyTagClassName
{
color: #89A579;
}
</style>
background-color css
<style>
a { background-color: #89A579; }
a { background-color: rgb(137,165,121); }
div.DivClassName
{
background-color: #89A579;
}
.BgClassName
{
background-color: #89A579;
}
</style>
border-color css
<style>
span { border-color: #89A579; }
span { border-color: rgb(137,165,121); }
td.TdClassName
{
border-color: #89A579;
}
.TagClassName
{
border-color: #89A579;
}
</style>