Shades of Amulet #85AC6B
Tints of Amulet #85AC6B
RGB
CMYK
RGB Variations
Color information
#85AC6B (or 0x85AC6B) is known color: Amulet. HEX triplet: 85, AC and 6B. RGB value is (133,172,107). Sum of RGB (Red+Green+Blue) = 133+172+107=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC6B is #7A5394. Grayscale: #999999. Windows color (decimal): -8016789 or 7056517. OLE color: 7056517.
HSL color Cylindrical-coordinate representation of color #85AC6B: hue angle of 96º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85AC6B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 107 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.33 |
| HSL | 96º | 0.28% | 0.55% | - |
| HSV(B) | 96º | 0.38% | 0.67% | - |
| XYZ | 27.08 | 35.55 | 19.35 | - |
| YUV | 152.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 107 | 0.23 | 0 | 0.38 | 0.33 | 96 | 0.28 | 0.55 |
| Hex | 85 | AC | 6B | 17 | 0 | 26 | 21 | 60 | 1C | 37 |
| Octal | 205 | 254 | 153 | 27 | 0 | 46 | 41 | 140 | 34 | 67 |
| Binary | 10000101 | 10101100 | 1101011 | 10111 | 0 | 100110 | 100001 | 1100000 | 11100 | 110111 |
Color Harmonies of #85AC6B
Complementary color
Monochromatic Colors of #85AC6B
Black with #85AC6B
Text Example
Text Example
White with #85AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC6B; }
p { color: rgb(133,172,107); }
H1.HeaderClassName
{
color: #85AC6B;
}
.AnyTagClassName
{
color: #85AC6B;
}
</style>
background-color css
<style>
a { background-color: #85AC6B; }
a { background-color: rgb(133,172,107); }
div.DivClassName
{
background-color: #85AC6B;
}
.BgClassName
{
background-color: #85AC6B;
}
</style>
border-color css
<style>
span { border-color: #85AC6B; }
span { border-color: rgb(133,172,107); }
td.TdClassName
{
border-color: #85AC6B;
}
.TagClassName
{
border-color: #85AC6B;
}
</style>