Shades of Amulet #89A97A
Tints of Amulet #89A97A
RGB
CMYK
RGB Variations
Color information
#89A97A (or 0x89A97A) is known color: Amulet. HEX triplet: 89, A9 and 7A. RGB value is (137,169,122). Sum of RGB (Red+Green+Blue) = 137+169+122=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #89A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A97A is #765685. Grayscale: #9A9A9A. Windows color (decimal): -7755398 or 8038793. OLE color: 8038793.
HSL color Cylindrical-coordinate representation of color #89A97A: hue angle of 100.85º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A97A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 169 | 122 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.34 |
| HSL | 100.85º | 0.21% | 0.57% | - |
| HSV(B) | 100.85º | 0.28% | 0.66% | - |
| XYZ | 28.02 | 35.1 | 23.71 | - |
| YUV | 154.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 122 | 0.19 | 0 | 0.28 | 0.34 | 100.85 | 0.21 | 0.57 |
| Hex | 89 | A9 | 7A | 13 | 0 | 1C | 22 | 65 | 15 | 39 |
| Octal | 211 | 251 | 172 | 23 | 0 | 34 | 42 | 145 | 25 | 71 |
| Binary | 10001001 | 10101001 | 1111010 | 10011 | 0 | 11100 | 100010 | 1100101 | 10101 | 111001 |
Color Harmonies of #89A97A
Complementary color
Monochromatic Colors of #89A97A
Black with #89A97A
Text Example
Text Example
White with #89A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A97A; }
p { color: rgb(137,169,122); }
H1.HeaderClassName
{
color: #89A97A;
}
.AnyTagClassName
{
color: #89A97A;
}
</style>
background-color css
<style>
a { background-color: #89A97A; }
a { background-color: rgb(137,169,122); }
div.DivClassName
{
background-color: #89A97A;
}
.BgClassName
{
background-color: #89A97A;
}
</style>
border-color css
<style>
span { border-color: #89A97A; }
span { border-color: rgb(137,169,122); }
td.TdClassName
{
border-color: #89A97A;
}
.TagClassName
{
border-color: #89A97A;
}
</style>