Shades of Amulet #899B76
Tints of Amulet #899B76
RGB
CMYK
RGB Variations
Color information
#899B76 (or 0x899B76) is known color: Amulet. HEX triplet: 89, 9B and 76. RGB value is (137,155,118). Sum of RGB (Red+Green+Blue) = 137+155+118=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #899B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B76 is #766489. Grayscale: #919191. Windows color (decimal): -7758986 or 7773065. OLE color: 7773065.
HSL color Cylindrical-coordinate representation of color #899B76: hue angle of 89.19º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #899B76 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 118 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.39 |
| HSL | 89.19º | 0.16% | 0.54% | - |
| HSV(B) | 89.19º | 0.24% | 0.61% | - |
| XYZ | 25.31 | 30.07 | 21.61 | - |
| YUV | 145.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 118 | 0.12 | 0 | 0.24 | 0.39 | 89.19 | 0.16 | 0.54 |
| Hex | 89 | 9B | 76 | C | 0 | 18 | 27 | 59 | 10 | 36 |
| Octal | 211 | 233 | 166 | 14 | 0 | 30 | 47 | 131 | 20 | 66 |
| Binary | 10001001 | 10011011 | 1110110 | 1100 | 0 | 11000 | 100111 | 1011001 | 10000 | 110110 |
Color Harmonies of #899B76
Complementary color
Monochromatic Colors of #899B76
Black with #899B76
Text Example
Text Example
White with #899B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B76; }
p { color: rgb(137,155,118); }
H1.HeaderClassName
{
color: #899B76;
}
.AnyTagClassName
{
color: #899B76;
}
</style>
background-color css
<style>
a { background-color: #899B76; }
a { background-color: rgb(137,155,118); }
div.DivClassName
{
background-color: #899B76;
}
.BgClassName
{
background-color: #899B76;
}
</style>
border-color css
<style>
span { border-color: #899B76; }
span { border-color: rgb(137,155,118); }
td.TdClassName
{
border-color: #899B76;
}
.TagClassName
{
border-color: #899B76;
}
</style>