Shades of Amulet #869E7C
Tints of Amulet #869E7C
RGB
CMYK
RGB Variations
Color information
#869E7C (or 0x869E7C) is known color: Amulet. HEX triplet: 86, 9E and 7C. RGB value is (134,158,124). Sum of RGB (Red+Green+Blue) = 134+158+124=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #869E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E7C is #796183. Grayscale: #939393. Windows color (decimal): -7954820 or 8167046. OLE color: 8167046.
HSL color Cylindrical-coordinate representation of color #869E7C: hue angle of 102.35º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #869E7C is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 124 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.38 |
| HSL | 102.35º | 0.15% | 0.55% | - |
| HSV(B) | 102.35º | 0.22% | 0.62% | - |
| XYZ | 25.7 | 30.98 | 23.69 | - |
| YUV | 146.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 124 | 0.15 | 0 | 0.22 | 0.38 | 102.35 | 0.15 | 0.55 |
| Hex | 86 | 9E | 7C | F | 0 | 16 | 26 | 66 | F | 37 |
| Octal | 206 | 236 | 174 | 17 | 0 | 26 | 46 | 146 | 17 | 67 |
| Binary | 10000110 | 10011110 | 1111100 | 1111 | 0 | 10110 | 100110 | 1100110 | 1111 | 110111 |
Color Harmonies of #869E7C
Complementary color
Monochromatic Colors of #869E7C
Black with #869E7C
Text Example
Text Example
White with #869E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E7C; }
p { color: rgb(134,158,124); }
H1.HeaderClassName
{
color: #869E7C;
}
.AnyTagClassName
{
color: #869E7C;
}
</style>
background-color css
<style>
a { background-color: #869E7C; }
a { background-color: rgb(134,158,124); }
div.DivClassName
{
background-color: #869E7C;
}
.BgClassName
{
background-color: #869E7C;
}
</style>
border-color css
<style>
span { border-color: #869E7C; }
span { border-color: rgb(134,158,124); }
td.TdClassName
{
border-color: #869E7C;
}
.TagClassName
{
border-color: #869E7C;
}
</style>