Shades of Amulet #89AA80
Tints of Amulet #89AA80
RGB
CMYK
RGB Variations
Color information
#89AA80 (or 0x89AA80) is known color: Amulet. HEX triplet: 89, AA and 80. RGB value is (137,170,128). Sum of RGB (Red+Green+Blue) = 137+170+128=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AA80 is #76557F. Grayscale: #9B9B9B. Windows color (decimal): -7755136 or 8432265. OLE color: 8432265.
HSL color Cylindrical-coordinate representation of color #89AA80: hue angle of 107.14º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89AA80 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 128 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.33 |
| HSL | 107.14º | 0.2% | 0.58% | - |
| HSV(B) | 107.14º | 0.25% | 0.67% | - |
| XYZ | 28.59 | 35.63 | 25.79 | - |
| YUV | 155.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 128 | 0.19 | 0 | 0.25 | 0.33 | 107.14 | 0.2 | 0.58 |
| Hex | 89 | AA | 80 | 13 | 0 | 19 | 21 | 6B | 14 | 3A |
| Octal | 211 | 252 | 200 | 23 | 0 | 31 | 41 | 153 | 24 | 72 |
| Binary | 10001001 | 10101010 | 10000000 | 10011 | 0 | 11001 | 100001 | 1101011 | 10100 | 111010 |
Color Harmonies of #89AA80
Complementary color
Monochromatic Colors of #89AA80
Black with #89AA80
Text Example
Text Example
White with #89AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA80; }
p { color: rgb(137,170,128); }
H1.HeaderClassName
{
color: #89AA80;
}
.AnyTagClassName
{
color: #89AA80;
}
</style>
background-color css
<style>
a { background-color: #89AA80; }
a { background-color: rgb(137,170,128); }
div.DivClassName
{
background-color: #89AA80;
}
.BgClassName
{
background-color: #89AA80;
}
</style>
border-color css
<style>
span { border-color: #89AA80; }
span { border-color: rgb(137,170,128); }
td.TdClassName
{
border-color: #89AA80;
}
.TagClassName
{
border-color: #89AA80;
}
</style>