Shades of Amulet #869D76
Tints of Amulet #869D76
RGB
CMYK
RGB Variations
Color information
#869D76 (or 0x869D76) is known color: Amulet. HEX triplet: 86, 9D and 76. RGB value is (134,157,118). Sum of RGB (Red+Green+Blue) = 134+157+118=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #869D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D76 is #796289. Grayscale: #919191. Windows color (decimal): -7955082 or 7773574. OLE color: 7773574.
HSL color Cylindrical-coordinate representation of color #869D76: hue angle of 95.38º 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 #869D76 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 118 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.38 |
| HSL | 95.38º | 0.17% | 0.54% | - |
| HSV(B) | 95.38º | 0.25% | 0.62% | - |
| XYZ | 25.16 | 30.49 | 21.7 | - |
| YUV | 145.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 118 | 0.15 | 0 | 0.25 | 0.38 | 95.38 | 0.17 | 0.54 |
| Hex | 86 | 9D | 76 | F | 0 | 19 | 26 | 5F | 11 | 36 |
| Octal | 206 | 235 | 166 | 17 | 0 | 31 | 46 | 137 | 21 | 66 |
| Binary | 10000110 | 10011101 | 1110110 | 1111 | 0 | 11001 | 100110 | 1011111 | 10001 | 110110 |
Color Harmonies of #869D76
Complementary color
Monochromatic Colors of #869D76
Black with #869D76
Text Example
Text Example
White with #869D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D76; }
p { color: rgb(134,157,118); }
H1.HeaderClassName
{
color: #869D76;
}
.AnyTagClassName
{
color: #869D76;
}
</style>
background-color css
<style>
a { background-color: #869D76; }
a { background-color: rgb(134,157,118); }
div.DivClassName
{
background-color: #869D76;
}
.BgClassName
{
background-color: #869D76;
}
</style>
border-color css
<style>
span { border-color: #869D76; }
span { border-color: rgb(134,157,118); }
td.TdClassName
{
border-color: #869D76;
}
.TagClassName
{
border-color: #869D76;
}
</style>