Shades of Amulet #869E76
Tints of Amulet #869E76
RGB
CMYK
RGB Variations
Color information
#869E76 (or 0x869E76) is known color: Amulet. HEX triplet: 86, 9E and 76. RGB value is (134,158,118). Sum of RGB (Red+Green+Blue) = 134+158+118=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #869E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E76 is #796189. Grayscale: #929292. Windows color (decimal): -7954826 or 7773830. OLE color: 7773830.
HSL color Cylindrical-coordinate representation of color #869E76: hue angle of 96º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #869E76 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 118 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.38 |
| HSL | 96º | 0.17% | 0.54% | - |
| HSV(B) | 96º | 0.25% | 0.62% | - |
| XYZ | 25.33 | 30.83 | 21.76 | - |
| YUV | 146.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 118 | 0.15 | 0 | 0.25 | 0.38 | 96 | 0.17 | 0.54 |
| Hex | 86 | 9E | 76 | F | 0 | 19 | 26 | 60 | 11 | 36 |
| Octal | 206 | 236 | 166 | 17 | 0 | 31 | 46 | 140 | 21 | 66 |
| Binary | 10000110 | 10011110 | 1110110 | 1111 | 0 | 11001 | 100110 | 1100000 | 10001 | 110110 |
Color Harmonies of #869E76
Complementary color
Monochromatic Colors of #869E76
Black with #869E76
Text Example
Text Example
White with #869E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E76; }
p { color: rgb(134,158,118); }
H1.HeaderClassName
{
color: #869E76;
}
.AnyTagClassName
{
color: #869E76;
}
</style>
background-color css
<style>
a { background-color: #869E76; }
a { background-color: rgb(134,158,118); }
div.DivClassName
{
background-color: #869E76;
}
.BgClassName
{
background-color: #869E76;
}
</style>
border-color css
<style>
span { border-color: #869E76; }
span { border-color: rgb(134,158,118); }
td.TdClassName
{
border-color: #869E76;
}
.TagClassName
{
border-color: #869E76;
}
</style>