Shades of Amulet #89967F
Tints of Amulet #89967F
RGB
CMYK
RGB Variations
Color information
#89967F (or 0x89967F) is known color: Amulet. HEX triplet: 89, 96 and 7F. RGB value is (137,150,127). Sum of RGB (Red+Green+Blue) = 137+150+127=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #89967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89967F is #766980. Grayscale: #8F8F8F. Windows color (decimal): -7760257 or 8361609. OLE color: 8361609.
HSL color Cylindrical-coordinate representation of color #89967F: hue angle of 93.91º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89967F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 127 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.41 |
| HSL | 93.91º | 0.1% | 0.54% | - |
| HSV(B) | 93.91º | 0.15% | 0.59% | - |
| XYZ | 25.05 | 28.66 | 24.29 | - |
| YUV | 143.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 127 | 0.09 | 0 | 0.15 | 0.41 | 93.91 | 0.1 | 0.54 |
| Hex | 89 | 96 | 7F | 9 | 0 | F | 29 | 5E | A | 36 |
| Octal | 211 | 226 | 177 | 11 | 0 | 17 | 51 | 136 | 12 | 66 |
| Binary | 10001001 | 10010110 | 1111111 | 1001 | 0 | 1111 | 101001 | 1011110 | 1010 | 110110 |
Color Harmonies of #89967F
Complementary color
Monochromatic Colors of #89967F
Black with #89967F
Text Example
Text Example
White with #89967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89967F; }
p { color: rgb(137,150,127); }
H1.HeaderClassName
{
color: #89967F;
}
.AnyTagClassName
{
color: #89967F;
}
</style>
background-color css
<style>
a { background-color: #89967F; }
a { background-color: rgb(137,150,127); }
div.DivClassName
{
background-color: #89967F;
}
.BgClassName
{
background-color: #89967F;
}
</style>
border-color css
<style>
span { border-color: #89967F; }
span { border-color: rgb(137,150,127); }
td.TdClassName
{
border-color: #89967F;
}
.TagClassName
{
border-color: #89967F;
}
</style>