Shades of Amulet #89AC7F
Tints of Amulet #89AC7F
RGB
CMYK
RGB Variations
Color information
#89AC7F (or 0x89AC7F) is known color: Amulet. HEX triplet: 89, AC and 7F. RGB value is (137,172,127). Sum of RGB (Red+Green+Blue) = 137+172+127=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AC7F is #765380. Grayscale: #9C9C9C. Windows color (decimal): -7754625 or 8367241. OLE color: 8367241.
HSL color Cylindrical-coordinate representation of color #89AC7F: hue angle of 106.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89AC7F is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 127 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.33 |
| HSL | 106.67º | 0.21% | 0.59% | - |
| HSV(B) | 106.67º | 0.26% | 0.67% | - |
| XYZ | 28.9 | 36.36 | 25.57 | - |
| YUV | 156.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 127 | 0.20 | 0 | 0.26 | 0.33 | 106.67 | 0.21 | 0.59 |
| Hex | 89 | AC | 7F | 14 | 0 | 1A | 21 | 6B | 15 | 3B |
| Octal | 211 | 254 | 177 | 24 | 0 | 32 | 41 | 153 | 25 | 73 |
| Binary | 10001001 | 10101100 | 1111111 | 10100 | 0 | 11010 | 100001 | 1101011 | 10101 | 111011 |
Color Harmonies of #89AC7F
Complementary color
Monochromatic Colors of #89AC7F
Black with #89AC7F
Text Example
Text Example
White with #89AC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC7F; }
p { color: rgb(137,172,127); }
H1.HeaderClassName
{
color: #89AC7F;
}
.AnyTagClassName
{
color: #89AC7F;
}
</style>
background-color css
<style>
a { background-color: #89AC7F; }
a { background-color: rgb(137,172,127); }
div.DivClassName
{
background-color: #89AC7F;
}
.BgClassName
{
background-color: #89AC7F;
}
</style>
border-color css
<style>
span { border-color: #89AC7F; }
span { border-color: rgb(137,172,127); }
td.TdClassName
{
border-color: #89AC7F;
}
.TagClassName
{
border-color: #89AC7F;
}
</style>