Shades of Amulet #89A27F
Tints of Amulet #89A27F
RGB
CMYK
RGB Variations
Color information
#89A27F (or 0x89A27F) is known color: Amulet. HEX triplet: 89, A2 and 7F. RGB value is (137,162,127). Sum of RGB (Red+Green+Blue) = 137+162+127=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #89A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A27F is #765D80. Grayscale: #969696. Windows color (decimal): -7757185 or 8364681. OLE color: 8364681.
HSL color Cylindrical-coordinate representation of color #89A27F: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89A27F is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 162 | 127 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.36 |
| HSL | 102.86º | 0.16% | 0.57% | - |
| HSV(B) | 102.86º | 0.22% | 0.64% | - |
| XYZ | 27.07 | 32.69 | 24.96 | - |
| YUV | 150.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 127 | 0.15 | 0 | 0.22 | 0.36 | 102.86 | 0.16 | 0.57 |
| Hex | 89 | A2 | 7F | F | 0 | 16 | 24 | 67 | 10 | 39 |
| Octal | 211 | 242 | 177 | 17 | 0 | 26 | 44 | 147 | 20 | 71 |
| Binary | 10001001 | 10100010 | 1111111 | 1111 | 0 | 10110 | 100100 | 1100111 | 10000 | 111001 |
Color Harmonies of #89A27F
Complementary color
Monochromatic Colors of #89A27F
Black with #89A27F
Text Example
Text Example
White with #89A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A27F; }
p { color: rgb(137,162,127); }
H1.HeaderClassName
{
color: #89A27F;
}
.AnyTagClassName
{
color: #89A27F;
}
</style>
background-color css
<style>
a { background-color: #89A27F; }
a { background-color: rgb(137,162,127); }
div.DivClassName
{
background-color: #89A27F;
}
.BgClassName
{
background-color: #89A27F;
}
</style>
border-color css
<style>
span { border-color: #89A27F; }
span { border-color: rgb(137,162,127); }
td.TdClassName
{
border-color: #89A27F;
}
.TagClassName
{
border-color: #89A27F;
}
</style>