Shades of Amulet #899F81
Tints of Amulet #899F81
RGB
CMYK
RGB Variations
Color information
#899F81 (or 0x899F81) is known color: Amulet. HEX triplet: 89, 9F and 81. RGB value is (137,159,129). Sum of RGB (Red+Green+Blue) = 137+159+129=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #899F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F81 is #76607E. Grayscale: #959595. Windows color (decimal): -7757951 or 8494985. OLE color: 8494985.
HSL color Cylindrical-coordinate representation of color #899F81: hue angle of 104º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899F81 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 129 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.38 |
| HSL | 104º | 0.14% | 0.56% | - |
| HSV(B) | 104º | 0.19% | 0.62% | - |
| XYZ | 26.68 | 31.7 | 25.48 | - |
| YUV | 149 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 129 | 0.14 | 0 | 0.19 | 0.38 | 104 | 0.14 | 0.56 |
| Hex | 89 | 9F | 81 | E | 0 | 13 | 26 | 68 | E | 38 |
| Octal | 211 | 237 | 201 | 16 | 0 | 23 | 46 | 150 | 16 | 70 |
| Binary | 10001001 | 10011111 | 10000001 | 1110 | 0 | 10011 | 100110 | 1101000 | 1110 | 111000 |
Color Harmonies of #899F81
Complementary color
Monochromatic Colors of #899F81
Black with #899F81
Text Example
Text Example
White with #899F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F81; }
p { color: rgb(137,159,129); }
H1.HeaderClassName
{
color: #899F81;
}
.AnyTagClassName
{
color: #899F81;
}
</style>
background-color css
<style>
a { background-color: #899F81; }
a { background-color: rgb(137,159,129); }
div.DivClassName
{
background-color: #899F81;
}
.BgClassName
{
background-color: #899F81;
}
</style>
border-color css
<style>
span { border-color: #899F81; }
span { border-color: rgb(137,159,129); }
td.TdClassName
{
border-color: #899F81;
}
.TagClassName
{
border-color: #899F81;
}
</style>