Shades of Amulet #85A16F
Tints of Amulet #85A16F
RGB
CMYK
RGB Variations
Color information
#85A16F (or 0x85A16F) is known color: Amulet. HEX triplet: 85, A1 and 6F. RGB value is (133,161,111). Sum of RGB (Red+Green+Blue) = 133+161+111=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #85A16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A16F is #7A5E90. Grayscale: #939393. Windows color (decimal): -8019601 or 7315845. OLE color: 7315845.
HSL color Cylindrical-coordinate representation of color #85A16F: hue angle of 93.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85A16F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 111 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.37 |
| HSL | 93.6º | 0.21% | 0.53% | - |
| HSV(B) | 93.6º | 0.31% | 0.63% | - |
| XYZ | 25.29 | 31.62 | 19.81 | - |
| YUV | 146.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 111 | 0.17 | 0 | 0.31 | 0.37 | 93.6 | 0.21 | 0.53 |
| Hex | 85 | A1 | 6F | 11 | 0 | 1F | 25 | 5E | 15 | 35 |
| Octal | 205 | 241 | 157 | 21 | 0 | 37 | 45 | 136 | 25 | 65 |
| Binary | 10000101 | 10100001 | 1101111 | 10001 | 0 | 11111 | 100101 | 1011110 | 10101 | 110101 |
Color Harmonies of #85A16F
Complementary color
Monochromatic Colors of #85A16F
Black with #85A16F
Text Example
Text Example
White with #85A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A16F; }
p { color: rgb(133,161,111); }
H1.HeaderClassName
{
color: #85A16F;
}
.AnyTagClassName
{
color: #85A16F;
}
</style>
background-color css
<style>
a { background-color: #85A16F; }
a { background-color: rgb(133,161,111); }
div.DivClassName
{
background-color: #85A16F;
}
.BgClassName
{
background-color: #85A16F;
}
</style>
border-color css
<style>
span { border-color: #85A16F; }
span { border-color: rgb(133,161,111); }
td.TdClassName
{
border-color: #85A16F;
}
.TagClassName
{
border-color: #85A16F;
}
</style>