Shades of Amulet #85967B
Tints of Amulet #85967B
RGB
CMYK
RGB Variations
Color information
#85967B (or 0x85967B) is known color: Amulet. HEX triplet: 85, 96 and 7B. RGB value is (133,150,123). Sum of RGB (Red+Green+Blue) = 133+150+123=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #85967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85967B is #7A6984. Grayscale: #8D8D8D. Windows color (decimal): -8022405 or 8099461. OLE color: 8099461.
HSL color Cylindrical-coordinate representation of color #85967B: hue angle of 97.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85967B is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 123 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.41 |
| HSL | 97.78º | 0.11% | 0.54% | - |
| HSV(B) | 97.78º | 0.18% | 0.59% | - |
| XYZ | 24.15 | 28.23 | 22.91 | - |
| YUV | 141.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 123 | 0.11 | 0 | 0.18 | 0.41 | 97.78 | 0.11 | 0.54 |
| Hex | 85 | 96 | 7B | B | 0 | 12 | 29 | 62 | B | 36 |
| Octal | 205 | 226 | 173 | 13 | 0 | 22 | 51 | 142 | 13 | 66 |
| Binary | 10000101 | 10010110 | 1111011 | 1011 | 0 | 10010 | 101001 | 1100010 | 1011 | 110110 |
Color Harmonies of #85967B
Complementary color
Monochromatic Colors of #85967B
Black with #85967B
Text Example
Text Example
White with #85967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85967B; }
p { color: rgb(133,150,123); }
H1.HeaderClassName
{
color: #85967B;
}
.AnyTagClassName
{
color: #85967B;
}
</style>
background-color css
<style>
a { background-color: #85967B; }
a { background-color: rgb(133,150,123); }
div.DivClassName
{
background-color: #85967B;
}
.BgClassName
{
background-color: #85967B;
}
</style>
border-color css
<style>
span { border-color: #85967B; }
span { border-color: rgb(133,150,123); }
td.TdClassName
{
border-color: #85967B;
}
.TagClassName
{
border-color: #85967B;
}
</style>