Shades of Amulet #85B47B
Tints of Amulet #85B47B
RGB
CMYK
RGB Variations
Color information
#85B47B (or 0x85B47B) is known color: Amulet. HEX triplet: 85, B4 and 7B. RGB value is (133,180,123). Sum of RGB (Red+Green+Blue) = 133+180+123=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #85B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B47B is #7A4B84. Grayscale: #9F9F9F. Windows color (decimal): -8014725 or 8107141. OLE color: 8107141.
HSL color Cylindrical-coordinate representation of color #85B47B: hue angle of 109.47º 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 #85B47B is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 123 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.29 |
| HSL | 109.47º | 0.28% | 0.59% | - |
| HSV(B) | 109.47º | 0.32% | 0.71% | - |
| XYZ | 29.57 | 39.06 | 24.72 | - |
| YUV | 159.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 123 | 0.26 | 0 | 0.32 | 0.29 | 109.47 | 0.28 | 0.59 |
| Hex | 85 | B4 | 7B | 1A | 0 | 20 | 1D | 6D | 1C | 3B |
| Octal | 205 | 264 | 173 | 32 | 0 | 40 | 35 | 155 | 34 | 73 |
| Binary | 10000101 | 10110100 | 1111011 | 11010 | 0 | 100000 | 11101 | 1101101 | 11100 | 111011 |
Color Harmonies of #85B47B
Complementary color
Monochromatic Colors of #85B47B
Black with #85B47B
Text Example
Text Example
White with #85B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B47B; }
p { color: rgb(133,180,123); }
H1.HeaderClassName
{
color: #85B47B;
}
.AnyTagClassName
{
color: #85B47B;
}
</style>
background-color css
<style>
a { background-color: #85B47B; }
a { background-color: rgb(133,180,123); }
div.DivClassName
{
background-color: #85B47B;
}
.BgClassName
{
background-color: #85B47B;
}
</style>
border-color css
<style>
span { border-color: #85B47B; }
span { border-color: rgb(133,180,123); }
td.TdClassName
{
border-color: #85B47B;
}
.TagClassName
{
border-color: #85B47B;
}
</style>