Shades of Amulet #89A37E
Tints of Amulet #89A37E
RGB
CMYK
RGB Variations
Color information
#89A37E (or 0x89A37E) is known color: Amulet. HEX triplet: 89, A3 and 7E. RGB value is (137,163,126). Sum of RGB (Red+Green+Blue) = 137+163+126=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #89A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A37E is #765C81. Grayscale: #979797. Windows color (decimal): -7756930 or 8299401. OLE color: 8299401.
HSL color Cylindrical-coordinate representation of color #89A37E: hue angle of 102.16º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89A37E is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 163 | 126 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.36 |
| HSL | 102.16º | 0.17% | 0.57% | - |
| HSV(B) | 102.16º | 0.23% | 0.64% | - |
| XYZ | 27.18 | 33.02 | 24.68 | - |
| YUV | 151.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 126 | 0.16 | 0 | 0.23 | 0.36 | 102.16 | 0.17 | 0.57 |
| Hex | 89 | A3 | 7E | 10 | 0 | 17 | 24 | 66 | 11 | 39 |
| Octal | 211 | 243 | 176 | 20 | 0 | 27 | 44 | 146 | 21 | 71 |
| Binary | 10001001 | 10100011 | 1111110 | 10000 | 0 | 10111 | 100100 | 1100110 | 10001 | 111001 |
Color Harmonies of #89A37E
Complementary color
Monochromatic Colors of #89A37E
Black with #89A37E
Text Example
Text Example
White with #89A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A37E; }
p { color: rgb(137,163,126); }
H1.HeaderClassName
{
color: #89A37E;
}
.AnyTagClassName
{
color: #89A37E;
}
</style>
background-color css
<style>
a { background-color: #89A37E; }
a { background-color: rgb(137,163,126); }
div.DivClassName
{
background-color: #89A37E;
}
.BgClassName
{
background-color: #89A37E;
}
</style>
border-color css
<style>
span { border-color: #89A37E; }
span { border-color: rgb(137,163,126); }
td.TdClassName
{
border-color: #89A37E;
}
.TagClassName
{
border-color: #89A37E;
}
</style>