Shades of Amulet #869D82
Tints of Amulet #869D82
RGB
CMYK
RGB Variations
Color information
#869D82 (or 0x869D82) is known color: Amulet. HEX triplet: 86, 9D and 82. RGB value is (134,157,130). Sum of RGB (Red+Green+Blue) = 134+157+130=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #869D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D82 is #79627D. Grayscale: #939393. Windows color (decimal): -7955070 or 8560006. OLE color: 8560006.
HSL color Cylindrical-coordinate representation of color #869D82: hue angle of 111.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #869D82 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 130 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.38 |
| HSL | 111.11º | 0.12% | 0.56% | - |
| HSV(B) | 111.11º | 0.17% | 0.62% | - |
| XYZ | 25.92 | 30.79 | 25.7 | - |
| YUV | 147.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 130 | 0.15 | 0 | 0.17 | 0.38 | 111.11 | 0.12 | 0.56 |
| Hex | 86 | 9D | 82 | F | 0 | 11 | 26 | 6F | C | 38 |
| Octal | 206 | 235 | 202 | 17 | 0 | 21 | 46 | 157 | 14 | 70 |
| Binary | 10000110 | 10011101 | 10000010 | 1111 | 0 | 10001 | 100110 | 1101111 | 1100 | 111000 |
Color Harmonies of #869D82
Complementary color
Monochromatic Colors of #869D82
Black with #869D82
Text Example
Text Example
White with #869D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D82; }
p { color: rgb(134,157,130); }
H1.HeaderClassName
{
color: #869D82;
}
.AnyTagClassName
{
color: #869D82;
}
</style>
background-color css
<style>
a { background-color: #869D82; }
a { background-color: rgb(134,157,130); }
div.DivClassName
{
background-color: #869D82;
}
.BgClassName
{
background-color: #869D82;
}
</style>
border-color css
<style>
span { border-color: #869D82; }
span { border-color: rgb(134,157,130); }
td.TdClassName
{
border-color: #869D82;
}
.TagClassName
{
border-color: #869D82;
}
</style>