Shades of Amulet #869B7B
Tints of Amulet #869B7B
RGB
CMYK
RGB Variations
Color information
#869B7B (or 0x869B7B) is known color: Amulet. HEX triplet: 86, 9B and 7B. RGB value is (134,155,123). Sum of RGB (Red+Green+Blue) = 134+155+123=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #869B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B7B is #796484. Grayscale: #919191. Windows color (decimal): -7955589 or 8100742. OLE color: 8100742.
HSL color Cylindrical-coordinate representation of color #869B7B: hue angle of 99.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #869B7B is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 123 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.39 |
| HSL | 99.38º | 0.14% | 0.55% | - |
| HSV(B) | 99.38º | 0.21% | 0.61% | - |
| XYZ | 25.13 | 29.94 | 23.19 | - |
| YUV | 145.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 123 | 0.14 | 0 | 0.21 | 0.39 | 99.38 | 0.14 | 0.55 |
| Hex | 86 | 9B | 7B | E | 0 | 15 | 27 | 63 | E | 37 |
| Octal | 206 | 233 | 173 | 16 | 0 | 25 | 47 | 143 | 16 | 67 |
| Binary | 10000110 | 10011011 | 1111011 | 1110 | 0 | 10101 | 100111 | 1100011 | 1110 | 110111 |
Color Harmonies of #869B7B
Complementary color
Monochromatic Colors of #869B7B
Black with #869B7B
Text Example
Text Example
White with #869B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B7B; }
p { color: rgb(134,155,123); }
H1.HeaderClassName
{
color: #869B7B;
}
.AnyTagClassName
{
color: #869B7B;
}
</style>
background-color css
<style>
a { background-color: #869B7B; }
a { background-color: rgb(134,155,123); }
div.DivClassName
{
background-color: #869B7B;
}
.BgClassName
{
background-color: #869B7B;
}
</style>
border-color css
<style>
span { border-color: #869B7B; }
span { border-color: rgb(134,155,123); }
td.TdClassName
{
border-color: #869B7B;
}
.TagClassName
{
border-color: #869B7B;
}
</style>