Shades of Amulet #85A36E
Tints of Amulet #85A36E
RGB
CMYK
RGB Variations
Color information
#85A36E (or 0x85A36E) is known color: Amulet. HEX triplet: 85, A3 and 6E. RGB value is (133,163,110). Sum of RGB (Red+Green+Blue) = 133+163+110=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #85A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A36E is #7A5C91. Grayscale: #949494. Windows color (decimal): -8019090 or 7250821. OLE color: 7250821.
HSL color Cylindrical-coordinate representation of color #85A36E: hue angle of 93.96º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85A36E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 110 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.36 |
| HSL | 93.96º | 0.22% | 0.54% | - |
| HSV(B) | 93.96º | 0.33% | 0.64% | - |
| XYZ | 25.58 | 32.31 | 19.64 | - |
| YUV | 147.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 110 | 0.18 | 0 | 0.33 | 0.36 | 93.96 | 0.22 | 0.54 |
| Hex | 85 | A3 | 6E | 12 | 0 | 21 | 24 | 5E | 16 | 36 |
| Octal | 205 | 243 | 156 | 22 | 0 | 41 | 44 | 136 | 26 | 66 |
| Binary | 10000101 | 10100011 | 1101110 | 10010 | 0 | 100001 | 100100 | 1011110 | 10110 | 110110 |
Color Harmonies of #85A36E
Complementary color
Monochromatic Colors of #85A36E
Black with #85A36E
Text Example
Text Example
White with #85A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A36E; }
p { color: rgb(133,163,110); }
H1.HeaderClassName
{
color: #85A36E;
}
.AnyTagClassName
{
color: #85A36E;
}
</style>
background-color css
<style>
a { background-color: #85A36E; }
a { background-color: rgb(133,163,110); }
div.DivClassName
{
background-color: #85A36E;
}
.BgClassName
{
background-color: #85A36E;
}
</style>
border-color css
<style>
span { border-color: #85A36E; }
span { border-color: rgb(133,163,110); }
td.TdClassName
{
border-color: #85A36E;
}
.TagClassName
{
border-color: #85A36E;
}
</style>