Shades of Amulet #869F7F
Tints of Amulet #869F7F
RGB
CMYK
RGB Variations
Color information
#869F7F (or 0x869F7F) is known color: Amulet. HEX triplet: 86, 9F and 7F. RGB value is (134,159,127). Sum of RGB (Red+Green+Blue) = 134+159+127=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #869F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F7F is #796080. Grayscale: #939393. Windows color (decimal): -7954561 or 8363910. OLE color: 8363910.
HSL color Cylindrical-coordinate representation of color #869F7F: hue angle of 106.88º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #869F7F is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 127 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.38 |
| HSL | 106.88º | 0.14% | 0.56% | - |
| HSV(B) | 106.88º | 0.2% | 0.62% | - |
| XYZ | 26.06 | 31.4 | 24.77 | - |
| YUV | 147.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 127 | 0.16 | 0 | 0.20 | 0.38 | 106.88 | 0.14 | 0.56 |
| Hex | 86 | 9F | 7F | 10 | 0 | 14 | 26 | 6B | E | 38 |
| Octal | 206 | 237 | 177 | 20 | 0 | 24 | 46 | 153 | 16 | 70 |
| Binary | 10000110 | 10011111 | 1111111 | 10000 | 0 | 10100 | 100110 | 1101011 | 1110 | 111000 |
Color Harmonies of #869F7F
Complementary color
Monochromatic Colors of #869F7F
Black with #869F7F
Text Example
Text Example
White with #869F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F7F; }
p { color: rgb(134,159,127); }
H1.HeaderClassName
{
color: #869F7F;
}
.AnyTagClassName
{
color: #869F7F;
}
</style>
background-color css
<style>
a { background-color: #869F7F; }
a { background-color: rgb(134,159,127); }
div.DivClassName
{
background-color: #869F7F;
}
.BgClassName
{
background-color: #869F7F;
}
</style>
border-color css
<style>
span { border-color: #869F7F; }
span { border-color: rgb(134,159,127); }
td.TdClassName
{
border-color: #869F7F;
}
.TagClassName
{
border-color: #869F7F;
}
</style>