Shades of Amulet #89A17A
Tints of Amulet #89A17A
RGB
CMYK
RGB Variations
Color information
#89A17A (or 0x89A17A) is known color: Amulet. HEX triplet: 89, A1 and 7A. RGB value is (137,161,122). Sum of RGB (Red+Green+Blue) = 137+161+122=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #89A17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A17A is #765E85. Grayscale: #959595. Windows color (decimal): -7757446 or 8036745. OLE color: 8036745.
HSL color Cylindrical-coordinate representation of color #89A17A: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89A17A is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 122 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.37 |
| HSL | 96.92º | 0.17% | 0.55% | - |
| HSV(B) | 96.92º | 0.24% | 0.63% | - |
| XYZ | 26.57 | 32.21 | 23.23 | - |
| YUV | 149.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 122 | 0.15 | 0 | 0.24 | 0.37 | 96.92 | 0.17 | 0.55 |
| Hex | 89 | A1 | 7A | F | 0 | 18 | 25 | 61 | 11 | 37 |
| Octal | 211 | 241 | 172 | 17 | 0 | 30 | 45 | 141 | 21 | 67 |
| Binary | 10001001 | 10100001 | 1111010 | 1111 | 0 | 11000 | 100101 | 1100001 | 10001 | 110111 |
Color Harmonies of #89A17A
Complementary color
Monochromatic Colors of #89A17A
Black with #89A17A
Text Example
Text Example
White with #89A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A17A; }
p { color: rgb(137,161,122); }
H1.HeaderClassName
{
color: #89A17A;
}
.AnyTagClassName
{
color: #89A17A;
}
</style>
background-color css
<style>
a { background-color: #89A17A; }
a { background-color: rgb(137,161,122); }
div.DivClassName
{
background-color: #89A17A;
}
.BgClassName
{
background-color: #89A17A;
}
</style>
border-color css
<style>
span { border-color: #89A17A; }
span { border-color: rgb(137,161,122); }
td.TdClassName
{
border-color: #89A17A;
}
.TagClassName
{
border-color: #89A17A;
}
</style>