Shades of Amulet #89AA71
Tints of Amulet #89AA71
RGB
CMYK
RGB Variations
Color information
#89AA71 (or 0x89AA71) is known color: Amulet. HEX triplet: 89, AA and 71. RGB value is (137,170,113). Sum of RGB (Red+Green+Blue) = 137+170+113=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA71 is #76558E. Grayscale: #999999. Windows color (decimal): -7755151 or 7449225. OLE color: 7449225.
HSL color Cylindrical-coordinate representation of color #89AA71: hue angle of 94.74º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89AA71 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 113 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.33 |
| HSL | 94.74º | 0.25% | 0.55% | - |
| HSV(B) | 94.74º | 0.34% | 0.67% | - |
| XYZ | 27.67 | 35.26 | 20.97 | - |
| YUV | 153.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 113 | 0.19 | 0 | 0.34 | 0.33 | 94.74 | 0.25 | 0.55 |
| Hex | 89 | AA | 71 | 13 | 0 | 22 | 21 | 5F | 19 | 37 |
| Octal | 211 | 252 | 161 | 23 | 0 | 42 | 41 | 137 | 31 | 67 |
| Binary | 10001001 | 10101010 | 1110001 | 10011 | 0 | 100010 | 100001 | 1011111 | 11001 | 110111 |
Color Harmonies of #89AA71
Complementary color
Monochromatic Colors of #89AA71
Black with #89AA71
Text Example
Text Example
White with #89AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA71; }
p { color: rgb(137,170,113); }
H1.HeaderClassName
{
color: #89AA71;
}
.AnyTagClassName
{
color: #89AA71;
}
</style>
background-color css
<style>
a { background-color: #89AA71; }
a { background-color: rgb(137,170,113); }
div.DivClassName
{
background-color: #89AA71;
}
.BgClassName
{
background-color: #89AA71;
}
</style>
border-color css
<style>
span { border-color: #89AA71; }
span { border-color: rgb(137,170,113); }
td.TdClassName
{
border-color: #89AA71;
}
.TagClassName
{
border-color: #89AA71;
}
</style>