Shades of Amulet #89A07B
Tints of Amulet #89A07B
RGB
CMYK
RGB Variations
Color information
#89A07B (or 0x89A07B) is known color: Amulet. HEX triplet: 89, A0 and 7B. RGB value is (137,160,123). Sum of RGB (Red+Green+Blue) = 137+160+123=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #89A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A07B is #765F84. Grayscale: #959595. Windows color (decimal): -7757701 or 8102025. OLE color: 8102025.
HSL color Cylindrical-coordinate representation of color #89A07B: hue angle of 97.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89A07B is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 123 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.37 |
| HSL | 97.3º | 0.16% | 0.55% | - |
| HSV(B) | 97.3º | 0.23% | 0.63% | - |
| XYZ | 26.46 | 31.89 | 23.5 | - |
| YUV | 148.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 123 | 0.14 | 0 | 0.23 | 0.37 | 97.3 | 0.16 | 0.55 |
| Hex | 89 | A0 | 7B | E | 0 | 17 | 25 | 61 | 10 | 37 |
| Octal | 211 | 240 | 173 | 16 | 0 | 27 | 45 | 141 | 20 | 67 |
| Binary | 10001001 | 10100000 | 1111011 | 1110 | 0 | 10111 | 100101 | 1100001 | 10000 | 110111 |
Color Harmonies of #89A07B
Complementary color
Monochromatic Colors of #89A07B
Black with #89A07B
Text Example
Text Example
White with #89A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A07B; }
p { color: rgb(137,160,123); }
H1.HeaderClassName
{
color: #89A07B;
}
.AnyTagClassName
{
color: #89A07B;
}
</style>
background-color css
<style>
a { background-color: #89A07B; }
a { background-color: rgb(137,160,123); }
div.DivClassName
{
background-color: #89A07B;
}
.BgClassName
{
background-color: #89A07B;
}
</style>
border-color css
<style>
span { border-color: #89A07B; }
span { border-color: rgb(137,160,123); }
td.TdClassName
{
border-color: #89A07B;
}
.TagClassName
{
border-color: #89A07B;
}
</style>