Shades of Amulet #859A7E
Tints of Amulet #859A7E
RGB
CMYK
RGB Variations
Color information
#859A7E (or 0x859A7E) is known color: Amulet. HEX triplet: 85, 9A and 7E. RGB value is (133,154,126). Sum of RGB (Red+Green+Blue) = 133+154+126=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 154 - color contains mainly: green. Hex color #859A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A7E is #7A6581. Grayscale: #909090. Windows color (decimal): -8021378 or 8297093. OLE color: 8297093.
HSL color Cylindrical-coordinate representation of color #859A7E: hue angle of 105º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #859A7E is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 126 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.40 |
| HSL | 105º | 0.12% | 0.55% | - |
| HSV(B) | 105º | 0.18% | 0.6% | - |
| XYZ | 24.99 | 29.6 | 24.14 | - |
| YUV | 144.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 126 | 0.14 | 0 | 0.18 | 0.40 | 105 | 0.12 | 0.55 |
| Hex | 85 | 9A | 7E | E | 0 | 12 | 28 | 69 | C | 37 |
| Octal | 205 | 232 | 176 | 16 | 0 | 22 | 50 | 151 | 14 | 67 |
| Binary | 10000101 | 10011010 | 1111110 | 1110 | 0 | 10010 | 101000 | 1101001 | 1100 | 110111 |
Color Harmonies of #859A7E
Complementary color
Monochromatic Colors of #859A7E
Black with #859A7E
Text Example
Text Example
White with #859A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A7E; }
p { color: rgb(133,154,126); }
H1.HeaderClassName
{
color: #859A7E;
}
.AnyTagClassName
{
color: #859A7E;
}
</style>
background-color css
<style>
a { background-color: #859A7E; }
a { background-color: rgb(133,154,126); }
div.DivClassName
{
background-color: #859A7E;
}
.BgClassName
{
background-color: #859A7E;
}
</style>
border-color css
<style>
span { border-color: #859A7E; }
span { border-color: rgb(133,154,126); }
td.TdClassName
{
border-color: #859A7E;
}
.TagClassName
{
border-color: #859A7E;
}
</style>