Shades of Amulet #85AD7F
Tints of Amulet #85AD7F
RGB
CMYK
RGB Variations
Color information
#85AD7F (or 0x85AD7F) is known color: Amulet. HEX triplet: 85, AD and 7F. RGB value is (133,173,127). Sum of RGB (Red+Green+Blue) = 133+173+127=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD7F is #7A5280. Grayscale: #9B9B9B. Windows color (decimal): -8016513 or 8367493. OLE color: 8367493.
HSL color Cylindrical-coordinate representation of color #85AD7F: hue angle of 112.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85AD7F is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 127 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.32 |
| HSL | 112.17º | 0.22% | 0.59% | - |
| HSV(B) | 112.17º | 0.27% | 0.68% | - |
| XYZ | 28.45 | 36.41 | 25.61 | - |
| YUV | 155.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 127 | 0.23 | 0 | 0.27 | 0.32 | 112.17 | 0.22 | 0.59 |
| Hex | 85 | AD | 7F | 17 | 0 | 1B | 20 | 70 | 16 | 3B |
| Octal | 205 | 255 | 177 | 27 | 0 | 33 | 40 | 160 | 26 | 73 |
| Binary | 10000101 | 10101101 | 1111111 | 10111 | 0 | 11011 | 100000 | 1110000 | 10110 | 111011 |
Color Harmonies of #85AD7F
Complementary color
Monochromatic Colors of #85AD7F
Black with #85AD7F
Text Example
Text Example
White with #85AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD7F; }
p { color: rgb(133,173,127); }
H1.HeaderClassName
{
color: #85AD7F;
}
.AnyTagClassName
{
color: #85AD7F;
}
</style>
background-color css
<style>
a { background-color: #85AD7F; }
a { background-color: rgb(133,173,127); }
div.DivClassName
{
background-color: #85AD7F;
}
.BgClassName
{
background-color: #85AD7F;
}
</style>
border-color css
<style>
span { border-color: #85AD7F; }
span { border-color: rgb(133,173,127); }
td.TdClassName
{
border-color: #85AD7F;
}
.TagClassName
{
border-color: #85AD7F;
}
</style>