Shades of Amulet #869A7A
Tints of Amulet #869A7A
RGB
CMYK
RGB Variations
Color information
#869A7A (or 0x869A7A) is known color: Amulet. HEX triplet: 86, 9A and 7A. RGB value is (134,154,122). Sum of RGB (Red+Green+Blue) = 134+154+122=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 154 - color contains mainly: green. Hex color #869A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A7A is #796585. Grayscale: #909090. Windows color (decimal): -7955846 or 8034950. OLE color: 8034950.
HSL color Cylindrical-coordinate representation of color #869A7A: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #869A7A is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 154 | 122 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.40 |
| HSL | 97.5º | 0.14% | 0.54% | - |
| HSV(B) | 97.5º | 0.21% | 0.6% | - |
| XYZ | 24.9 | 29.58 | 22.81 | - |
| YUV | 144.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 122 | 0.13 | 0 | 0.21 | 0.40 | 97.5 | 0.14 | 0.54 |
| Hex | 86 | 9A | 7A | D | 0 | 15 | 28 | 62 | E | 36 |
| Octal | 206 | 232 | 172 | 15 | 0 | 25 | 50 | 142 | 16 | 66 |
| Binary | 10000110 | 10011010 | 1111010 | 1101 | 0 | 10101 | 101000 | 1100010 | 1110 | 110110 |
Color Harmonies of #869A7A
Complementary color
Monochromatic Colors of #869A7A
Black with #869A7A
Text Example
Text Example
White with #869A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A7A; }
p { color: rgb(134,154,122); }
H1.HeaderClassName
{
color: #869A7A;
}
.AnyTagClassName
{
color: #869A7A;
}
</style>
background-color css
<style>
a { background-color: #869A7A; }
a { background-color: rgb(134,154,122); }
div.DivClassName
{
background-color: #869A7A;
}
.BgClassName
{
background-color: #869A7A;
}
</style>
border-color css
<style>
span { border-color: #869A7A; }
span { border-color: rgb(134,154,122); }
td.TdClassName
{
border-color: #869A7A;
}
.TagClassName
{
border-color: #869A7A;
}
</style>