Shades of Amulet #869D80
Tints of Amulet #869D80
RGB
CMYK
RGB Variations
Color information
#869D80 (or 0x869D80) is known color: Amulet. HEX triplet: 86, 9D and 80. RGB value is (134,157,128). Sum of RGB (Red+Green+Blue) = 134+157+128=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #869D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D80 is #79627F. Grayscale: #929292. Windows color (decimal): -7955072 or 8428934. OLE color: 8428934.
HSL color Cylindrical-coordinate representation of color #869D80: hue angle of 107.59º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #869D80 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 128 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.38 |
| HSL | 107.59º | 0.13% | 0.56% | - |
| HSV(B) | 107.59º | 0.18% | 0.62% | - |
| XYZ | 25.78 | 30.74 | 25 | - |
| YUV | 146.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 128 | 0.15 | 0 | 0.18 | 0.38 | 107.59 | 0.13 | 0.56 |
| Hex | 86 | 9D | 80 | F | 0 | 12 | 26 | 6C | D | 38 |
| Octal | 206 | 235 | 200 | 17 | 0 | 22 | 46 | 154 | 15 | 70 |
| Binary | 10000110 | 10011101 | 10000000 | 1111 | 0 | 10010 | 100110 | 1101100 | 1101 | 111000 |
Color Harmonies of #869D80
Complementary color
Monochromatic Colors of #869D80
Black with #869D80
Text Example
Text Example
White with #869D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D80; }
p { color: rgb(134,157,128); }
H1.HeaderClassName
{
color: #869D80;
}
.AnyTagClassName
{
color: #869D80;
}
</style>
background-color css
<style>
a { background-color: #869D80; }
a { background-color: rgb(134,157,128); }
div.DivClassName
{
background-color: #869D80;
}
.BgClassName
{
background-color: #869D80;
}
</style>
border-color css
<style>
span { border-color: #869D80; }
span { border-color: rgb(134,157,128); }
td.TdClassName
{
border-color: #869D80;
}
.TagClassName
{
border-color: #869D80;
}
</style>