Shades of Amulet #85A772
Tints of Amulet #85A772
RGB
CMYK
RGB Variations
Color information
#85A772 (or 0x85A772) is known color: Amulet. HEX triplet: 85, A7 and 72. RGB value is (133,167,114). Sum of RGB (Red+Green+Blue) = 133+167+114=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #85A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A772 is #7A588D. Grayscale: #969696. Windows color (decimal): -8018062 or 7513989. OLE color: 7513989.
HSL color Cylindrical-coordinate representation of color #85A772: hue angle of 98.49º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85A772 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 167 | 114 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.35 |
| HSL | 98.49º | 0.23% | 0.55% | - |
| HSV(B) | 98.49º | 0.32% | 0.65% | - |
| XYZ | 26.53 | 33.84 | 21.05 | - |
| YUV | 150.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 114 | 0.20 | 0 | 0.32 | 0.35 | 98.49 | 0.23 | 0.55 |
| Hex | 85 | A7 | 72 | 14 | 0 | 20 | 23 | 62 | 17 | 37 |
| Octal | 205 | 247 | 162 | 24 | 0 | 40 | 43 | 142 | 27 | 67 |
| Binary | 10000101 | 10100111 | 1110010 | 10100 | 0 | 100000 | 100011 | 1100010 | 10111 | 110111 |
Color Harmonies of #85A772
Complementary color
Monochromatic Colors of #85A772
Black with #85A772
Text Example
Text Example
White with #85A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A772; }
p { color: rgb(133,167,114); }
H1.HeaderClassName
{
color: #85A772;
}
.AnyTagClassName
{
color: #85A772;
}
</style>
background-color css
<style>
a { background-color: #85A772; }
a { background-color: rgb(133,167,114); }
div.DivClassName
{
background-color: #85A772;
}
.BgClassName
{
background-color: #85A772;
}
</style>
border-color css
<style>
span { border-color: #85A772; }
span { border-color: rgb(133,167,114); }
td.TdClassName
{
border-color: #85A772;
}
.TagClassName
{
border-color: #85A772;
}
</style>