Shades of Amulet #89AA76
Tints of Amulet #89AA76
RGB
CMYK
RGB Variations
Color information
#89AA76 (or 0x89AA76) is known color: Amulet. HEX triplet: 89, AA and 76. RGB value is (137,170,118). Sum of RGB (Red+Green+Blue) = 137+170+118=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA76 is #765589. Grayscale: #9A9A9A. Windows color (decimal): -7755146 or 7776905. OLE color: 7776905.
HSL color Cylindrical-coordinate representation of color #89AA76: hue angle of 98.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89AA76 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 118 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.33 |
| HSL | 98.08º | 0.23% | 0.56% | - |
| HSV(B) | 98.08º | 0.31% | 0.67% | - |
| XYZ | 27.96 | 35.38 | 22.49 | - |
| YUV | 154.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 118 | 0.19 | 0 | 0.31 | 0.33 | 98.08 | 0.23 | 0.56 |
| Hex | 89 | AA | 76 | 13 | 0 | 1F | 21 | 62 | 17 | 38 |
| Octal | 211 | 252 | 166 | 23 | 0 | 37 | 41 | 142 | 27 | 70 |
| Binary | 10001001 | 10101010 | 1110110 | 10011 | 0 | 11111 | 100001 | 1100010 | 10111 | 111000 |
Color Harmonies of #89AA76
Complementary color
Monochromatic Colors of #89AA76
Black with #89AA76
Text Example
Text Example
White with #89AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA76; }
p { color: rgb(137,170,118); }
H1.HeaderClassName
{
color: #89AA76;
}
.AnyTagClassName
{
color: #89AA76;
}
</style>
background-color css
<style>
a { background-color: #89AA76; }
a { background-color: rgb(137,170,118); }
div.DivClassName
{
background-color: #89AA76;
}
.BgClassName
{
background-color: #89AA76;
}
</style>
border-color css
<style>
span { border-color: #89AA76; }
span { border-color: rgb(137,170,118); }
td.TdClassName
{
border-color: #89AA76;
}
.TagClassName
{
border-color: #89AA76;
}
</style>