Shades of Amulet #89AC7A
Tints of Amulet #89AC7A
RGB
CMYK
RGB Variations
Color information
#89AC7A (or 0x89AC7A) is known color: Amulet. HEX triplet: 89, AC and 7A. RGB value is (137,172,122). Sum of RGB (Red+Green+Blue) = 137+172+122=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AC7A is #765385. Grayscale: #9B9B9B. Windows color (decimal): -7754630 or 8039561. OLE color: 8039561.
HSL color Cylindrical-coordinate representation of color #89AC7A: hue angle of 102º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89AC7A is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 122 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.33 |
| HSL | 102º | 0.23% | 0.58% | - |
| HSV(B) | 102º | 0.29% | 0.67% | - |
| XYZ | 28.58 | 36.23 | 23.9 | - |
| YUV | 155.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 122 | 0.20 | 0 | 0.29 | 0.33 | 102 | 0.23 | 0.58 |
| Hex | 89 | AC | 7A | 14 | 0 | 1D | 21 | 66 | 17 | 3A |
| Octal | 211 | 254 | 172 | 24 | 0 | 35 | 41 | 146 | 27 | 72 |
| Binary | 10001001 | 10101100 | 1111010 | 10100 | 0 | 11101 | 100001 | 1100110 | 10111 | 111010 |
Color Harmonies of #89AC7A
Complementary color
Monochromatic Colors of #89AC7A
Black with #89AC7A
Text Example
Text Example
White with #89AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC7A; }
p { color: rgb(137,172,122); }
H1.HeaderClassName
{
color: #89AC7A;
}
.AnyTagClassName
{
color: #89AC7A;
}
</style>
background-color css
<style>
a { background-color: #89AC7A; }
a { background-color: rgb(137,172,122); }
div.DivClassName
{
background-color: #89AC7A;
}
.BgClassName
{
background-color: #89AC7A;
}
</style>
border-color css
<style>
span { border-color: #89AC7A; }
span { border-color: rgb(137,172,122); }
td.TdClassName
{
border-color: #89AC7A;
}
.TagClassName
{
border-color: #89AC7A;
}
</style>