Shades of Amulet #85A178
Tints of Amulet #85A178
RGB
CMYK
RGB Variations
Color information
#85A178 (or 0x85A178) is known color: Amulet. HEX triplet: 85, A1 and 78. RGB value is (133,161,120). Sum of RGB (Red+Green+Blue) = 133+161+120=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 161 - color contains mainly: green. Hex color #85A178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A178 is #7A5E87. Grayscale: #949494. Windows color (decimal): -8019592 or 7905669. OLE color: 7905669.
HSL color Cylindrical-coordinate representation of color #85A178: hue angle of 100.98º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85A178 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 120 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.37 |
| HSL | 100.98º | 0.18% | 0.55% | - |
| HSV(B) | 100.98º | 0.25% | 0.63% | - |
| XYZ | 25.81 | 31.83 | 22.55 | - |
| YUV | 147.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 120 | 0.17 | 0 | 0.25 | 0.37 | 100.98 | 0.18 | 0.55 |
| Hex | 85 | A1 | 78 | 11 | 0 | 19 | 25 | 65 | 12 | 37 |
| Octal | 205 | 241 | 170 | 21 | 0 | 31 | 45 | 145 | 22 | 67 |
| Binary | 10000101 | 10100001 | 1111000 | 10001 | 0 | 11001 | 100101 | 1100101 | 10010 | 110111 |
Color Harmonies of #85A178
Complementary color
Monochromatic Colors of #85A178
Black with #85A178
Text Example
Text Example
White with #85A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A178; }
p { color: rgb(133,161,120); }
H1.HeaderClassName
{
color: #85A178;
}
.AnyTagClassName
{
color: #85A178;
}
</style>
background-color css
<style>
a { background-color: #85A178; }
a { background-color: rgb(133,161,120); }
div.DivClassName
{
background-color: #85A178;
}
.BgClassName
{
background-color: #85A178;
}
</style>
border-color css
<style>
span { border-color: #85A178; }
span { border-color: rgb(133,161,120); }
td.TdClassName
{
border-color: #85A178;
}
.TagClassName
{
border-color: #85A178;
}
</style>