Shades of Amulet #869E73
Tints of Amulet #869E73
RGB
CMYK
RGB Variations
Color information
#869E73 (or 0x869E73) is known color: Amulet. HEX triplet: 86, 9E and 73. RGB value is (134,158,115). Sum of RGB (Red+Green+Blue) = 134+158+115=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 158 - color contains mainly: green. Hex color #869E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E73 is #79618C. Grayscale: #929292. Windows color (decimal): -7954829 or 7577222. OLE color: 7577222.
HSL color Cylindrical-coordinate representation of color #869E73: hue angle of 93.49º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #869E73 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 115 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.38 |
| HSL | 93.49º | 0.18% | 0.54% | - |
| HSV(B) | 93.49º | 0.27% | 0.62% | - |
| XYZ | 25.15 | 30.76 | 20.83 | - |
| YUV | 145.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 115 | 0.15 | 0 | 0.27 | 0.38 | 93.49 | 0.18 | 0.54 |
| Hex | 86 | 9E | 73 | F | 0 | 1B | 26 | 5D | 12 | 36 |
| Octal | 206 | 236 | 163 | 17 | 0 | 33 | 46 | 135 | 22 | 66 |
| Binary | 10000110 | 10011110 | 1110011 | 1111 | 0 | 11011 | 100110 | 1011101 | 10010 | 110110 |
Color Harmonies of #869E73
Complementary color
Monochromatic Colors of #869E73
Black with #869E73
Text Example
Text Example
White with #869E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E73; }
p { color: rgb(134,158,115); }
H1.HeaderClassName
{
color: #869E73;
}
.AnyTagClassName
{
color: #869E73;
}
</style>
background-color css
<style>
a { background-color: #869E73; }
a { background-color: rgb(134,158,115); }
div.DivClassName
{
background-color: #869E73;
}
.BgClassName
{
background-color: #869E73;
}
</style>
border-color css
<style>
span { border-color: #869E73; }
span { border-color: rgb(134,158,115); }
td.TdClassName
{
border-color: #869E73;
}
.TagClassName
{
border-color: #869E73;
}
</style>