Shades of Amulet #89AA73
Tints of Amulet #89AA73
RGB
CMYK
RGB Variations
Color information
#89AA73 (or 0x89AA73) is known color: Amulet. HEX triplet: 89, AA and 73. RGB value is (137,170,115). Sum of RGB (Red+Green+Blue) = 137+170+115=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA73 is #76558C. Grayscale: #9A9A9A. Windows color (decimal): -7755149 or 7580297. OLE color: 7580297.
HSL color Cylindrical-coordinate representation of color #89AA73: hue angle of 96º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89AA73 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 115 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.33 |
| HSL | 96º | 0.24% | 0.56% | - |
| HSV(B) | 96º | 0.32% | 0.67% | - |
| XYZ | 27.79 | 35.31 | 21.57 | - |
| YUV | 153.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 115 | 0.19 | 0 | 0.32 | 0.33 | 96 | 0.24 | 0.56 |
| Hex | 89 | AA | 73 | 13 | 0 | 20 | 21 | 60 | 18 | 38 |
| Octal | 211 | 252 | 163 | 23 | 0 | 40 | 41 | 140 | 30 | 70 |
| Binary | 10001001 | 10101010 | 1110011 | 10011 | 0 | 100000 | 100001 | 1100000 | 11000 | 111000 |
Color Harmonies of #89AA73
Complementary color
Monochromatic Colors of #89AA73
Black with #89AA73
Text Example
Text Example
White with #89AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA73; }
p { color: rgb(137,170,115); }
H1.HeaderClassName
{
color: #89AA73;
}
.AnyTagClassName
{
color: #89AA73;
}
</style>
background-color css
<style>
a { background-color: #89AA73; }
a { background-color: rgb(137,170,115); }
div.DivClassName
{
background-color: #89AA73;
}
.BgClassName
{
background-color: #89AA73;
}
</style>
border-color css
<style>
span { border-color: #89AA73; }
span { border-color: rgb(137,170,115); }
td.TdClassName
{
border-color: #89AA73;
}
.TagClassName
{
border-color: #89AA73;
}
</style>