Shades of Amulet #8B9F76
Tints of Amulet #8B9F76
RGB
CMYK
RGB Variations
Color information
#8B9F76 (or 0x8B9F76) is known color: Amulet. HEX triplet: 8B, 9F and 76. RGB value is (139,159,118). Sum of RGB (Red+Green+Blue) = 139+159+118=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9F76 is #746089. Grayscale: #949494. Windows color (decimal): -7626890 or 7774091. OLE color: 7774091.
HSL color Cylindrical-coordinate representation of color #8B9F76: hue angle of 89.27º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B9F76 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 159 | 118 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.38 |
| HSL | 89.27º | 0.18% | 0.54% | - |
| HSV(B) | 89.27º | 0.26% | 0.62% | - |
| XYZ | 26.32 | 31.59 | 21.85 | - |
| YUV | 148.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 118 | 0.13 | 0 | 0.26 | 0.38 | 89.27 | 0.18 | 0.54 |
| Hex | 8B | 9F | 76 | D | 0 | 1A | 26 | 59 | 12 | 36 |
| Octal | 213 | 237 | 166 | 15 | 0 | 32 | 46 | 131 | 22 | 66 |
| Binary | 10001011 | 10011111 | 1110110 | 1101 | 0 | 11010 | 100110 | 1011001 | 10010 | 110110 |
Color Harmonies of #8B9F76
Complementary color
Monochromatic Colors of #8B9F76
Black with #8B9F76
Text Example
Text Example
White with #8B9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9F76; }
p { color: rgb(139,159,118); }
H1.HeaderClassName
{
color: #8B9F76;
}
.AnyTagClassName
{
color: #8B9F76;
}
</style>
background-color css
<style>
a { background-color: #8B9F76; }
a { background-color: rgb(139,159,118); }
div.DivClassName
{
background-color: #8B9F76;
}
.BgClassName
{
background-color: #8B9F76;
}
</style>
border-color css
<style>
span { border-color: #8B9F76; }
span { border-color: rgb(139,159,118); }
td.TdClassName
{
border-color: #8B9F76;
}
.TagClassName
{
border-color: #8B9F76;
}
</style>