Shades of Amulet #85A37E
Tints of Amulet #85A37E
RGB
CMYK
RGB Variations
Color information
#85A37E (or 0x85A37E) is known color: Amulet. HEX triplet: 85, A3 and 7E. RGB value is (133,163,126). Sum of RGB (Red+Green+Blue) = 133+163+126=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #85A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A37E is #7A5C81. Grayscale: #959595. Windows color (decimal): -8019074 or 8299397. OLE color: 8299397.
HSL color Cylindrical-coordinate representation of color #85A37E: hue angle of 108.65º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85A37E is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 126 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.36 |
| HSL | 108.65º | 0.17% | 0.57% | - |
| HSV(B) | 108.65º | 0.23% | 0.64% | - |
| XYZ | 26.54 | 32.69 | 24.65 | - |
| YUV | 149.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 126 | 0.18 | 0 | 0.23 | 0.36 | 108.65 | 0.17 | 0.57 |
| Hex | 85 | A3 | 7E | 12 | 0 | 17 | 24 | 6D | 11 | 39 |
| Octal | 205 | 243 | 176 | 22 | 0 | 27 | 44 | 155 | 21 | 71 |
| Binary | 10000101 | 10100011 | 1111110 | 10010 | 0 | 10111 | 100100 | 1101101 | 10001 | 111001 |
Color Harmonies of #85A37E
Complementary color
Monochromatic Colors of #85A37E
Black with #85A37E
Text Example
Text Example
White with #85A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A37E; }
p { color: rgb(133,163,126); }
H1.HeaderClassName
{
color: #85A37E;
}
.AnyTagClassName
{
color: #85A37E;
}
</style>
background-color css
<style>
a { background-color: #85A37E; }
a { background-color: rgb(133,163,126); }
div.DivClassName
{
background-color: #85A37E;
}
.BgClassName
{
background-color: #85A37E;
}
</style>
border-color css
<style>
span { border-color: #85A37E; }
span { border-color: rgb(133,163,126); }
td.TdClassName
{
border-color: #85A37E;
}
.TagClassName
{
border-color: #85A37E;
}
</style>