Shades of Amulet #869F81
Tints of Amulet #869F81
RGB
CMYK
RGB Variations
Color information
#869F81 (or 0x869F81) is known color: Amulet. HEX triplet: 86, 9F and 81. RGB value is (134,159,129). Sum of RGB (Red+Green+Blue) = 134+159+129=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #869F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F81 is #79607E. Grayscale: #949494. Windows color (decimal): -7954559 or 8494982. OLE color: 8494982.
HSL color Cylindrical-coordinate representation of color #869F81: hue angle of 110º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #869F81 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 129 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.38 |
| HSL | 110º | 0.14% | 0.56% | - |
| HSV(B) | 110º | 0.19% | 0.62% | - |
| XYZ | 26.19 | 31.45 | 25.46 | - |
| YUV | 148.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 129 | 0.16 | 0 | 0.19 | 0.38 | 110 | 0.14 | 0.56 |
| Hex | 86 | 9F | 81 | 10 | 0 | 13 | 26 | 6E | E | 38 |
| Octal | 206 | 237 | 201 | 20 | 0 | 23 | 46 | 156 | 16 | 70 |
| Binary | 10000110 | 10011111 | 10000001 | 10000 | 0 | 10011 | 100110 | 1101110 | 1110 | 111000 |
Color Harmonies of #869F81
Complementary color
Monochromatic Colors of #869F81
Black with #869F81
Text Example
Text Example
White with #869F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F81; }
p { color: rgb(134,159,129); }
H1.HeaderClassName
{
color: #869F81;
}
.AnyTagClassName
{
color: #869F81;
}
</style>
background-color css
<style>
a { background-color: #869F81; }
a { background-color: rgb(134,159,129); }
div.DivClassName
{
background-color: #869F81;
}
.BgClassName
{
background-color: #869F81;
}
</style>
border-color css
<style>
span { border-color: #869F81; }
span { border-color: rgb(134,159,129); }
td.TdClassName
{
border-color: #869F81;
}
.TagClassName
{
border-color: #869F81;
}
</style>