Shades of Amulet #85AC6C
Tints of Amulet #85AC6C
RGB
CMYK
RGB Variations
Color information
#85AC6C (or 0x85AC6C) is known color: Amulet. HEX triplet: 85, AC and 6C. RGB value is (133,172,108). Sum of RGB (Red+Green+Blue) = 133+172+108=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC6C is #7A5393. Grayscale: #999999. Windows color (decimal): -8016788 or 7122053. OLE color: 7122053.
HSL color Cylindrical-coordinate representation of color #85AC6C: hue angle of 96.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85AC6C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 108 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.33 |
| HSL | 96.56º | 0.28% | 0.55% | - |
| HSV(B) | 96.56º | 0.37% | 0.67% | - |
| XYZ | 27.13 | 35.57 | 19.62 | - |
| YUV | 153.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 108 | 0.23 | 0 | 0.37 | 0.33 | 96.56 | 0.28 | 0.55 |
| Hex | 85 | AC | 6C | 17 | 0 | 25 | 21 | 61 | 1C | 37 |
| Octal | 205 | 254 | 154 | 27 | 0 | 45 | 41 | 141 | 34 | 67 |
| Binary | 10000101 | 10101100 | 1101100 | 10111 | 0 | 100101 | 100001 | 1100001 | 11100 | 110111 |
Color Harmonies of #85AC6C
Complementary color
Monochromatic Colors of #85AC6C
Black with #85AC6C
Text Example
Text Example
White with #85AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC6C; }
p { color: rgb(133,172,108); }
H1.HeaderClassName
{
color: #85AC6C;
}
.AnyTagClassName
{
color: #85AC6C;
}
</style>
background-color css
<style>
a { background-color: #85AC6C; }
a { background-color: rgb(133,172,108); }
div.DivClassName
{
background-color: #85AC6C;
}
.BgClassName
{
background-color: #85AC6C;
}
</style>
border-color css
<style>
span { border-color: #85AC6C; }
span { border-color: rgb(133,172,108); }
td.TdClassName
{
border-color: #85AC6C;
}
.TagClassName
{
border-color: #85AC6C;
}
</style>