Shades of Amulet #85B171
Tints of Amulet #85B171
RGB
CMYK
RGB Variations
Color information
#85B171 (or 0x85B171) is known color: Amulet. HEX triplet: 85, B1 and 71. RGB value is (133,177,113). Sum of RGB (Red+Green+Blue) = 133+177+113=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #85B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B171 is #7A4E8E. Grayscale: #9C9C9C. Windows color (decimal): -8015503 or 7451013. OLE color: 7451013.
HSL color Cylindrical-coordinate representation of color #85B171: hue angle of 101.25º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B171 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 113 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.31 |
| HSL | 101.25º | 0.29% | 0.57% | - |
| HSV(B) | 101.25º | 0.36% | 0.69% | - |
| XYZ | 28.38 | 37.62 | 21.39 | - |
| YUV | 156.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 113 | 0.25 | 0 | 0.36 | 0.31 | 101.25 | 0.29 | 0.57 |
| Hex | 85 | B1 | 71 | 19 | 0 | 24 | 1F | 65 | 1D | 39 |
| Octal | 205 | 261 | 161 | 31 | 0 | 44 | 37 | 145 | 35 | 71 |
| Binary | 10000101 | 10110001 | 1110001 | 11001 | 0 | 100100 | 11111 | 1100101 | 11101 | 111001 |
Color Harmonies of #85B171
Complementary color
Monochromatic Colors of #85B171
Black with #85B171
Text Example
Text Example
White with #85B171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B171; }
p { color: rgb(133,177,113); }
H1.HeaderClassName
{
color: #85B171;
}
.AnyTagClassName
{
color: #85B171;
}
</style>
background-color css
<style>
a { background-color: #85B171; }
a { background-color: rgb(133,177,113); }
div.DivClassName
{
background-color: #85B171;
}
.BgClassName
{
background-color: #85B171;
}
</style>
border-color css
<style>
span { border-color: #85B171; }
span { border-color: rgb(133,177,113); }
td.TdClassName
{
border-color: #85B171;
}
.TagClassName
{
border-color: #85B171;
}
</style>