Shades of Amulet #85AC7A
Tints of Amulet #85AC7A
RGB
CMYK
RGB Variations
Color information
#85AC7A (or 0x85AC7A) is known color: Amulet. HEX triplet: 85, AC and 7A. RGB value is (133,172,122). Sum of RGB (Red+Green+Blue) = 133+172+122=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC7A is #7A5385. Grayscale: #9A9A9A. Windows color (decimal): -8016774 or 8039557. OLE color: 8039557.
HSL color Cylindrical-coordinate representation of color #85AC7A: hue angle of 106.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85AC7A is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 122 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.33 |
| HSL | 106.8º | 0.23% | 0.58% | - |
| HSV(B) | 106.8º | 0.29% | 0.67% | - |
| XYZ | 27.94 | 35.9 | 23.87 | - |
| YUV | 154.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 122 | 0.23 | 0 | 0.29 | 0.33 | 106.8 | 0.23 | 0.58 |
| Hex | 85 | AC | 7A | 17 | 0 | 1D | 21 | 6B | 17 | 3A |
| Octal | 205 | 254 | 172 | 27 | 0 | 35 | 41 | 153 | 27 | 72 |
| Binary | 10000101 | 10101100 | 1111010 | 10111 | 0 | 11101 | 100001 | 1101011 | 10111 | 111010 |
Color Harmonies of #85AC7A
Complementary color
Monochromatic Colors of #85AC7A
Black with #85AC7A
Text Example
Text Example
White with #85AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC7A; }
p { color: rgb(133,172,122); }
H1.HeaderClassName
{
color: #85AC7A;
}
.AnyTagClassName
{
color: #85AC7A;
}
</style>
background-color css
<style>
a { background-color: #85AC7A; }
a { background-color: rgb(133,172,122); }
div.DivClassName
{
background-color: #85AC7A;
}
.BgClassName
{
background-color: #85AC7A;
}
</style>
border-color css
<style>
span { border-color: #85AC7A; }
span { border-color: rgb(133,172,122); }
td.TdClassName
{
border-color: #85AC7A;
}
.TagClassName
{
border-color: #85AC7A;
}
</style>