Shades of Amulet #89AC7E
Tints of Amulet #89AC7E
RGB
CMYK
RGB Variations
Color information
#89AC7E (or 0x89AC7E) is known color: Amulet. HEX triplet: 89, AC and 7E. RGB value is (137,172,126). Sum of RGB (Red+Green+Blue) = 137+172+126=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AC7E is #765381. Grayscale: #9C9C9C. Windows color (decimal): -7754626 or 8301705. OLE color: 8301705.
HSL color Cylindrical-coordinate representation of color #89AC7E: hue angle of 105.65º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89AC7E is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 126 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.33 |
| HSL | 105.65º | 0.22% | 0.58% | - |
| HSV(B) | 105.65º | 0.27% | 0.67% | - |
| XYZ | 28.83 | 36.33 | 25.23 | - |
| YUV | 156.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 126 | 0.20 | 0 | 0.27 | 0.33 | 105.65 | 0.22 | 0.58 |
| Hex | 89 | AC | 7E | 14 | 0 | 1B | 21 | 6A | 16 | 3A |
| Octal | 211 | 254 | 176 | 24 | 0 | 33 | 41 | 152 | 26 | 72 |
| Binary | 10001001 | 10101100 | 1111110 | 10100 | 0 | 11011 | 100001 | 1101010 | 10110 | 111010 |
Color Harmonies of #89AC7E
Complementary color
Monochromatic Colors of #89AC7E
Black with #89AC7E
Text Example
Text Example
White with #89AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC7E; }
p { color: rgb(137,172,126); }
H1.HeaderClassName
{
color: #89AC7E;
}
.AnyTagClassName
{
color: #89AC7E;
}
</style>
background-color css
<style>
a { background-color: #89AC7E; }
a { background-color: rgb(137,172,126); }
div.DivClassName
{
background-color: #89AC7E;
}
.BgClassName
{
background-color: #89AC7E;
}
</style>
border-color css
<style>
span { border-color: #89AC7E; }
span { border-color: rgb(137,172,126); }
td.TdClassName
{
border-color: #89AC7E;
}
.TagClassName
{
border-color: #89AC7E;
}
</style>