Shades of Amulet #89AD7D
Tints of Amulet #89AD7D
RGB
CMYK
RGB Variations
Color information
#89AD7D (or 0x89AD7D) is known color: Amulet. HEX triplet: 89, AD and 7D. RGB value is (137,173,125). Sum of RGB (Red+Green+Blue) = 137+173+125=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #89AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AD7D is #765282. Grayscale: #9C9C9C. Windows color (decimal): -7754371 or 8236425. OLE color: 8236425.
HSL color Cylindrical-coordinate representation of color #89AD7D: hue angle of 105º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AD7D is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 173 | 125 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.32 |
| HSL | 105º | 0.23% | 0.58% | - |
| HSV(B) | 105º | 0.28% | 0.68% | - |
| XYZ | 28.96 | 36.69 | 24.96 | - |
| YUV | 156.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 125 | 0.21 | 0 | 0.28 | 0.32 | 105 | 0.23 | 0.58 |
| Hex | 89 | AD | 7D | 15 | 0 | 1C | 20 | 69 | 17 | 3A |
| Octal | 211 | 255 | 175 | 25 | 0 | 34 | 40 | 151 | 27 | 72 |
| Binary | 10001001 | 10101101 | 1111101 | 10101 | 0 | 11100 | 100000 | 1101001 | 10111 | 111010 |
Color Harmonies of #89AD7D
Complementary color
Monochromatic Colors of #89AD7D
Black with #89AD7D
Text Example
Text Example
White with #89AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AD7D; }
p { color: rgb(137,173,125); }
H1.HeaderClassName
{
color: #89AD7D;
}
.AnyTagClassName
{
color: #89AD7D;
}
</style>
background-color css
<style>
a { background-color: #89AD7D; }
a { background-color: rgb(137,173,125); }
div.DivClassName
{
background-color: #89AD7D;
}
.BgClassName
{
background-color: #89AD7D;
}
</style>
border-color css
<style>
span { border-color: #89AD7D; }
span { border-color: rgb(137,173,125); }
td.TdClassName
{
border-color: #89AD7D;
}
.TagClassName
{
border-color: #89AD7D;
}
</style>