Shades of Amulet #869C78
Tints of Amulet #869C78
RGB
CMYK
RGB Variations
Color information
#869C78 (or 0x869C78) is known color: Amulet. HEX triplet: 86, 9C and 78. RGB value is (134,156,120). Sum of RGB (Red+Green+Blue) = 134+156+120=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 156 - color contains mainly: green. Hex color #869C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869C78 is #796387. Grayscale: #919191. Windows color (decimal): -7955336 or 7904390. OLE color: 7904390.
HSL color Cylindrical-coordinate representation of color #869C78: hue angle of 96.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869C78 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 120 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.39 |
| HSL | 96.67º | 0.15% | 0.54% | - |
| HSV(B) | 96.67º | 0.23% | 0.61% | - |
| XYZ | 25.11 | 30.2 | 22.28 | - |
| YUV | 145.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 120 | 0.14 | 0 | 0.23 | 0.39 | 96.67 | 0.15 | 0.54 |
| Hex | 86 | 9C | 78 | E | 0 | 17 | 27 | 61 | F | 36 |
| Octal | 206 | 234 | 170 | 16 | 0 | 27 | 47 | 141 | 17 | 66 |
| Binary | 10000110 | 10011100 | 1111000 | 1110 | 0 | 10111 | 100111 | 1100001 | 1111 | 110110 |
Color Harmonies of #869C78
Complementary color
Monochromatic Colors of #869C78
Black with #869C78
Text Example
Text Example
White with #869C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C78; }
p { color: rgb(134,156,120); }
H1.HeaderClassName
{
color: #869C78;
}
.AnyTagClassName
{
color: #869C78;
}
</style>
background-color css
<style>
a { background-color: #869C78; }
a { background-color: rgb(134,156,120); }
div.DivClassName
{
background-color: #869C78;
}
.BgClassName
{
background-color: #869C78;
}
</style>
border-color css
<style>
span { border-color: #869C78; }
span { border-color: rgb(134,156,120); }
td.TdClassName
{
border-color: #869C78;
}
.TagClassName
{
border-color: #869C78;
}
</style>