Shades of Amulet #85B674
Tints of Amulet #85B674
RGB
CMYK
RGB Variations
Color information
#85B674 (or 0x85B674) is known color: Amulet. HEX triplet: 85, B6 and 74. RGB value is (133,182,116). Sum of RGB (Red+Green+Blue) = 133+182+116=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #85B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B674 is #7A498B. Grayscale: #A0A0A0. Windows color (decimal): -8014220 or 7648901. OLE color: 7648901.
HSL color Cylindrical-coordinate representation of color #85B674: hue angle of 104.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B674 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 116 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.29 |
| HSL | 104.55º | 0.31% | 0.58% | - |
| HSV(B) | 104.55º | 0.36% | 0.71% | - |
| XYZ | 29.55 | 39.7 | 22.63 | - |
| YUV | 159.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 116 | 0.27 | 0 | 0.36 | 0.29 | 104.55 | 0.31 | 0.58 |
| Hex | 85 | B6 | 74 | 1B | 0 | 24 | 1D | 69 | 1F | 3A |
| Octal | 205 | 266 | 164 | 33 | 0 | 44 | 35 | 151 | 37 | 72 |
| Binary | 10000101 | 10110110 | 1110100 | 11011 | 0 | 100100 | 11101 | 1101001 | 11111 | 111010 |
Color Harmonies of #85B674
Complementary color
Monochromatic Colors of #85B674
Black with #85B674
Text Example
Text Example
White with #85B674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B674; }
p { color: rgb(133,182,116); }
H1.HeaderClassName
{
color: #85B674;
}
.AnyTagClassName
{
color: #85B674;
}
</style>
background-color css
<style>
a { background-color: #85B674; }
a { background-color: rgb(133,182,116); }
div.DivClassName
{
background-color: #85B674;
}
.BgClassName
{
background-color: #85B674;
}
</style>
border-color css
<style>
span { border-color: #85B674; }
span { border-color: rgb(133,182,116); }
td.TdClassName
{
border-color: #85B674;
}
.TagClassName
{
border-color: #85B674;
}
</style>