Shades of Amulet #85AA71
Tints of Amulet #85AA71
RGB
CMYK
RGB Variations
Color information
#85AA71 (or 0x85AA71) is known color: Amulet. HEX triplet: 85, AA and 71. RGB value is (133,170,113). Sum of RGB (Red+Green+Blue) = 133+170+113=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA71 is #7A558E. Grayscale: #989898. Windows color (decimal): -8017295 or 7449221. OLE color: 7449221.
HSL color Cylindrical-coordinate representation of color #85AA71: hue angle of 98.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85AA71 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 113 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.33 |
| HSL | 98.95º | 0.25% | 0.55% | - |
| HSV(B) | 98.95º | 0.34% | 0.67% | - |
| XYZ | 27.03 | 34.93 | 20.94 | - |
| YUV | 152.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 113 | 0.22 | 0 | 0.34 | 0.33 | 98.95 | 0.25 | 0.55 |
| Hex | 85 | AA | 71 | 16 | 0 | 22 | 21 | 63 | 19 | 37 |
| Octal | 205 | 252 | 161 | 26 | 0 | 42 | 41 | 143 | 31 | 67 |
| Binary | 10000101 | 10101010 | 1110001 | 10110 | 0 | 100010 | 100001 | 1100011 | 11001 | 110111 |
Color Harmonies of #85AA71
Complementary color
Monochromatic Colors of #85AA71
Black with #85AA71
Text Example
Text Example
White with #85AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA71; }
p { color: rgb(133,170,113); }
H1.HeaderClassName
{
color: #85AA71;
}
.AnyTagClassName
{
color: #85AA71;
}
</style>
background-color css
<style>
a { background-color: #85AA71; }
a { background-color: rgb(133,170,113); }
div.DivClassName
{
background-color: #85AA71;
}
.BgClassName
{
background-color: #85AA71;
}
</style>
border-color css
<style>
span { border-color: #85AA71; }
span { border-color: rgb(133,170,113); }
td.TdClassName
{
border-color: #85AA71;
}
.TagClassName
{
border-color: #85AA71;
}
</style>