Shades of Amulet #85B47A
Tints of Amulet #85B47A
RGB
CMYK
RGB Variations
Color information
#85B47A (or 0x85B47A) is known color: Amulet. HEX triplet: 85, B4 and 7A. RGB value is (133,180,122). Sum of RGB (Red+Green+Blue) = 133+180+122=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #85B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B47A is #7A4B85. Grayscale: #9F9F9F. Windows color (decimal): -8014726 or 8041605. OLE color: 8041605.
HSL color Cylindrical-coordinate representation of color #85B47A: hue angle of 108.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85B47A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 122 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.29 |
| HSL | 108.62º | 0.28% | 0.59% | - |
| HSV(B) | 108.62º | 0.32% | 0.71% | - |
| XYZ | 29.51 | 39.03 | 24.39 | - |
| YUV | 159.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 122 | 0.26 | 0 | 0.32 | 0.29 | 108.62 | 0.28 | 0.59 |
| Hex | 85 | B4 | 7A | 1A | 0 | 20 | 1D | 6D | 1C | 3B |
| Octal | 205 | 264 | 172 | 32 | 0 | 40 | 35 | 155 | 34 | 73 |
| Binary | 10000101 | 10110100 | 1111010 | 11010 | 0 | 100000 | 11101 | 1101101 | 11100 | 111011 |
Color Harmonies of #85B47A
Complementary color
Monochromatic Colors of #85B47A
Black with #85B47A
Text Example
Text Example
White with #85B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B47A; }
p { color: rgb(133,180,122); }
H1.HeaderClassName
{
color: #85B47A;
}
.AnyTagClassName
{
color: #85B47A;
}
</style>
background-color css
<style>
a { background-color: #85B47A; }
a { background-color: rgb(133,180,122); }
div.DivClassName
{
background-color: #85B47A;
}
.BgClassName
{
background-color: #85B47A;
}
</style>
border-color css
<style>
span { border-color: #85B47A; }
span { border-color: rgb(133,180,122); }
td.TdClassName
{
border-color: #85B47A;
}
.TagClassName
{
border-color: #85B47A;
}
</style>