Shades of Amulet #85957F
Tints of Amulet #85957F
RGB
CMYK
RGB Variations
Color information
#85957F (or 0x85957F) is known color: Amulet. HEX triplet: 85, 95 and 7F. RGB value is (133,149,127). Sum of RGB (Red+Green+Blue) = 133+149+127=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 149 - color contains mainly: green. Hex color #85957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85957F is #7A6A80. Grayscale: #8D8D8D. Windows color (decimal): -8022657 or 8361349. OLE color: 8361349.
HSL color Cylindrical-coordinate representation of color #85957F: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85957F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 127 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.42 |
| HSL | 103.64º | 0.09% | 0.54% | - |
| HSV(B) | 103.64º | 0.15% | 0.58% | - |
| XYZ | 24.25 | 28.01 | 24.21 | - |
| YUV | 141.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 127 | 0.11 | 0 | 0.15 | 0.42 | 103.64 | 0.09 | 0.54 |
| Hex | 85 | 95 | 7F | B | 0 | F | 2A | 68 | 9 | 36 |
| Octal | 205 | 225 | 177 | 13 | 0 | 17 | 52 | 150 | 11 | 66 |
| Binary | 10000101 | 10010101 | 1111111 | 1011 | 0 | 1111 | 101010 | 1101000 | 1001 | 110110 |
Color Harmonies of #85957F
Complementary color
Monochromatic Colors of #85957F
Black with #85957F
Text Example
Text Example
White with #85957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85957F; }
p { color: rgb(133,149,127); }
H1.HeaderClassName
{
color: #85957F;
}
.AnyTagClassName
{
color: #85957F;
}
</style>
background-color css
<style>
a { background-color: #85957F; }
a { background-color: rgb(133,149,127); }
div.DivClassName
{
background-color: #85957F;
}
.BgClassName
{
background-color: #85957F;
}
</style>
border-color css
<style>
span { border-color: #85957F; }
span { border-color: rgb(133,149,127); }
td.TdClassName
{
border-color: #85957F;
}
.TagClassName
{
border-color: #85957F;
}
</style>