Shades of Amulet #85A77F
Tints of Amulet #85A77F
RGB
CMYK
RGB Variations
Color information
#85A77F (or 0x85A77F) is known color: Amulet. HEX triplet: 85, A7 and 7F. RGB value is (133,167,127). Sum of RGB (Red+Green+Blue) = 133+167+127=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #85A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A77F is #7A5880. Grayscale: #989898. Windows color (decimal): -8018049 or 8365957. OLE color: 8365957.
HSL color Cylindrical-coordinate representation of color #85A77F: hue angle of 111º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85A77F is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 167 | 127 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.35 |
| HSL | 111º | 0.19% | 0.58% | - |
| HSV(B) | 111º | 0.24% | 0.65% | - |
| XYZ | 27.32 | 34.16 | 25.23 | - |
| YUV | 152.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 127 | 0.20 | 0 | 0.24 | 0.35 | 111 | 0.19 | 0.58 |
| Hex | 85 | A7 | 7F | 14 | 0 | 18 | 23 | 6F | 13 | 3A |
| Octal | 205 | 247 | 177 | 24 | 0 | 30 | 43 | 157 | 23 | 72 |
| Binary | 10000101 | 10100111 | 1111111 | 10100 | 0 | 11000 | 100011 | 1101111 | 10011 | 111010 |
Color Harmonies of #85A77F
Complementary color
Monochromatic Colors of #85A77F
Black with #85A77F
Text Example
Text Example
White with #85A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A77F; }
p { color: rgb(133,167,127); }
H1.HeaderClassName
{
color: #85A77F;
}
.AnyTagClassName
{
color: #85A77F;
}
</style>
background-color css
<style>
a { background-color: #85A77F; }
a { background-color: rgb(133,167,127); }
div.DivClassName
{
background-color: #85A77F;
}
.BgClassName
{
background-color: #85A77F;
}
</style>
border-color css
<style>
span { border-color: #85A77F; }
span { border-color: rgb(133,167,127); }
td.TdClassName
{
border-color: #85A77F;
}
.TagClassName
{
border-color: #85A77F;
}
</style>