Shades of Amulet #85B271
Tints of Amulet #85B271
RGB
CMYK
RGB Variations
Color information
#85B271 (or 0x85B271) is known color: Amulet. HEX triplet: 85, B2 and 71. RGB value is (133,178,113). Sum of RGB (Red+Green+Blue) = 133+178+113=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #85B271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B271 is #7A4D8E. Grayscale: #9D9D9D. Windows color (decimal): -8015247 or 7451269. OLE color: 7451269.
HSL color Cylindrical-coordinate representation of color #85B271: hue angle of 101.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85B271 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 113 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.30 |
| HSL | 101.54º | 0.3% | 0.57% | - |
| HSV(B) | 101.54º | 0.37% | 0.7% | - |
| XYZ | 28.57 | 38.02 | 21.46 | - |
| YUV | 157.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 113 | 0.25 | 0 | 0.37 | 0.30 | 101.54 | 0.3 | 0.57 |
| Hex | 85 | B2 | 71 | 19 | 0 | 25 | 1E | 66 | 1E | 39 |
| Octal | 205 | 262 | 161 | 31 | 0 | 45 | 36 | 146 | 36 | 71 |
| Binary | 10000101 | 10110010 | 1110001 | 11001 | 0 | 100101 | 11110 | 1100110 | 11110 | 111001 |
Color Harmonies of #85B271
Complementary color
Monochromatic Colors of #85B271
Black with #85B271
Text Example
Text Example
White with #85B271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B271; }
p { color: rgb(133,178,113); }
H1.HeaderClassName
{
color: #85B271;
}
.AnyTagClassName
{
color: #85B271;
}
</style>
background-color css
<style>
a { background-color: #85B271; }
a { background-color: rgb(133,178,113); }
div.DivClassName
{
background-color: #85B271;
}
.BgClassName
{
background-color: #85B271;
}
</style>
border-color css
<style>
span { border-color: #85B271; }
span { border-color: rgb(133,178,113); }
td.TdClassName
{
border-color: #85B271;
}
.TagClassName
{
border-color: #85B271;
}
</style>