Shades of Amulet #85A27F
Tints of Amulet #85A27F
RGB
CMYK
RGB Variations
Color information
#85A27F (or 0x85A27F) is known color: Amulet. HEX triplet: 85, A2 and 7F. RGB value is (133,162,127). Sum of RGB (Red+Green+Blue) = 133+162+127=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #85A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A27F is #7A5D80. Grayscale: #959595. Windows color (decimal): -8019329 or 8364677. OLE color: 8364677.
HSL color Cylindrical-coordinate representation of color #85A27F: hue angle of 109.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A27F is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 127 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.36 |
| HSL | 109.71º | 0.16% | 0.57% | - |
| HSV(B) | 109.71º | 0.22% | 0.64% | - |
| XYZ | 26.42 | 32.36 | 24.93 | - |
| YUV | 149.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 127 | 0.18 | 0 | 0.22 | 0.36 | 109.71 | 0.16 | 0.57 |
| Hex | 85 | A2 | 7F | 12 | 0 | 16 | 24 | 6E | 10 | 39 |
| Octal | 205 | 242 | 177 | 22 | 0 | 26 | 44 | 156 | 20 | 71 |
| Binary | 10000101 | 10100010 | 1111111 | 10010 | 0 | 10110 | 100100 | 1101110 | 10000 | 111001 |
Color Harmonies of #85A27F
Complementary color
Monochromatic Colors of #85A27F
Black with #85A27F
Text Example
Text Example
White with #85A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A27F; }
p { color: rgb(133,162,127); }
H1.HeaderClassName
{
color: #85A27F;
}
.AnyTagClassName
{
color: #85A27F;
}
</style>
background-color css
<style>
a { background-color: #85A27F; }
a { background-color: rgb(133,162,127); }
div.DivClassName
{
background-color: #85A27F;
}
.BgClassName
{
background-color: #85A27F;
}
</style>
border-color css
<style>
span { border-color: #85A27F; }
span { border-color: rgb(133,162,127); }
td.TdClassName
{
border-color: #85A27F;
}
.TagClassName
{
border-color: #85A27F;
}
</style>