Shades of Amulet #85AD75
Tints of Amulet #85AD75
RGB
CMYK
RGB Variations
Color information
#85AD75 (or 0x85AD75) is known color: Amulet. HEX triplet: 85, AD and 75. RGB value is (133,173,117). Sum of RGB (Red+Green+Blue) = 133+173+117=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD75 is #7A528A. Grayscale: #9A9A9A. Windows color (decimal): -8016523 or 7712133. OLE color: 7712133.
HSL color Cylindrical-coordinate representation of color #85AD75: hue angle of 102.86º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85AD75 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 117 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.32 |
| HSL | 102.86º | 0.25% | 0.57% | - |
| HSV(B) | 102.86º | 0.32% | 0.68% | - |
| XYZ | 27.83 | 36.16 | 22.34 | - |
| YUV | 154.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 117 | 0.23 | 0 | 0.32 | 0.32 | 102.86 | 0.25 | 0.57 |
| Hex | 85 | AD | 75 | 17 | 0 | 20 | 20 | 67 | 19 | 39 |
| Octal | 205 | 255 | 165 | 27 | 0 | 40 | 40 | 147 | 31 | 71 |
| Binary | 10000101 | 10101101 | 1110101 | 10111 | 0 | 100000 | 100000 | 1100111 | 11001 | 111001 |
Color Harmonies of #85AD75
Complementary color
Monochromatic Colors of #85AD75
Black with #85AD75
Text Example
Text Example
White with #85AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD75; }
p { color: rgb(133,173,117); }
H1.HeaderClassName
{
color: #85AD75;
}
.AnyTagClassName
{
color: #85AD75;
}
</style>
background-color css
<style>
a { background-color: #85AD75; }
a { background-color: rgb(133,173,117); }
div.DivClassName
{
background-color: #85AD75;
}
.BgClassName
{
background-color: #85AD75;
}
</style>
border-color css
<style>
span { border-color: #85AD75; }
span { border-color: rgb(133,173,117); }
td.TdClassName
{
border-color: #85AD75;
}
.TagClassName
{
border-color: #85AD75;
}
</style>