Shades of Amulet #869F7A
Tints of Amulet #869F7A
RGB
CMYK
RGB Variations
Color information
#869F7A (or 0x869F7A) is known color: Amulet. HEX triplet: 86, 9F and 7A. RGB value is (134,159,122). Sum of RGB (Red+Green+Blue) = 134+159+122=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #869F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F7A is #796085. Grayscale: #939393. Windows color (decimal): -7954566 or 8036230. OLE color: 8036230.
HSL color Cylindrical-coordinate representation of color #869F7A: hue angle of 100.54º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869F7A is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 122 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.38 |
| HSL | 100.54º | 0.16% | 0.55% | - |
| HSV(B) | 100.54º | 0.23% | 0.62% | - |
| XYZ | 25.74 | 31.27 | 23.09 | - |
| YUV | 147.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 122 | 0.16 | 0 | 0.23 | 0.38 | 100.54 | 0.16 | 0.55 |
| Hex | 86 | 9F | 7A | 10 | 0 | 17 | 26 | 65 | 10 | 37 |
| Octal | 206 | 237 | 172 | 20 | 0 | 27 | 46 | 145 | 20 | 67 |
| Binary | 10000110 | 10011111 | 1111010 | 10000 | 0 | 10111 | 100110 | 1100101 | 10000 | 110111 |
Color Harmonies of #869F7A
Complementary color
Monochromatic Colors of #869F7A
Black with #869F7A
Text Example
Text Example
White with #869F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F7A; }
p { color: rgb(134,159,122); }
H1.HeaderClassName
{
color: #869F7A;
}
.AnyTagClassName
{
color: #869F7A;
}
</style>
background-color css
<style>
a { background-color: #869F7A; }
a { background-color: rgb(134,159,122); }
div.DivClassName
{
background-color: #869F7A;
}
.BgClassName
{
background-color: #869F7A;
}
</style>
border-color css
<style>
span { border-color: #869F7A; }
span { border-color: rgb(134,159,122); }
td.TdClassName
{
border-color: #869F7A;
}
.TagClassName
{
border-color: #869F7A;
}
</style>