Shades of Amulet #85B774
Tints of Amulet #85B774
RGB
CMYK
RGB Variations
Color information
#85B774 (or 0x85B774) is known color: Amulet. HEX triplet: 85, B7 and 74. RGB value is (133,183,116). Sum of RGB (Red+Green+Blue) = 133+183+116=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #85B774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B774 is #7A488B. Grayscale: #A0A0A0. Windows color (decimal): -8013964 or 7649157. OLE color: 7649157.
HSL color Cylindrical-coordinate representation of color #85B774: hue angle of 104.78º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85B774 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 116 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.28 |
| HSL | 104.78º | 0.32% | 0.59% | - |
| HSV(B) | 104.78º | 0.37% | 0.72% | - |
| XYZ | 29.76 | 40.11 | 22.7 | - |
| YUV | 160.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 116 | 0.27 | 0 | 0.37 | 0.28 | 104.78 | 0.32 | 0.59 |
| Hex | 85 | B7 | 74 | 1B | 0 | 25 | 1C | 69 | 20 | 3B |
| Octal | 205 | 267 | 164 | 33 | 0 | 45 | 34 | 151 | 40 | 73 |
| Binary | 10000101 | 10110111 | 1110100 | 11011 | 0 | 100101 | 11100 | 1101001 | 100000 | 111011 |
Color Harmonies of #85B774
Complementary color
Monochromatic Colors of #85B774
Black with #85B774
Text Example
Text Example
White with #85B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B774; }
p { color: rgb(133,183,116); }
H1.HeaderClassName
{
color: #85B774;
}
.AnyTagClassName
{
color: #85B774;
}
</style>
background-color css
<style>
a { background-color: #85B774; }
a { background-color: rgb(133,183,116); }
div.DivClassName
{
background-color: #85B774;
}
.BgClassName
{
background-color: #85B774;
}
</style>
border-color css
<style>
span { border-color: #85B774; }
span { border-color: rgb(133,183,116); }
td.TdClassName
{
border-color: #85B774;
}
.TagClassName
{
border-color: #85B774;
}
</style>