Shades of Amulet #85AE7F
Tints of Amulet #85AE7F
RGB
CMYK
RGB Variations
Color information
#85AE7F (or 0x85AE7F) is known color: Amulet. HEX triplet: 85, AE and 7F. RGB value is (133,174,127). Sum of RGB (Red+Green+Blue) = 133+174+127=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE7F is #7A5180. Grayscale: #9C9C9C. Windows color (decimal): -8016257 or 8367749. OLE color: 8367749.
HSL color Cylindrical-coordinate representation of color #85AE7F: hue angle of 112.34º 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 #85AE7F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 127 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.32 |
| HSL | 112.34º | 0.22% | 0.59% | - |
| HSV(B) | 112.34º | 0.27% | 0.68% | - |
| XYZ | 28.64 | 36.79 | 25.67 | - |
| YUV | 156.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 127 | 0.24 | 0 | 0.27 | 0.32 | 112.34 | 0.22 | 0.59 |
| Hex | 85 | AE | 7F | 18 | 0 | 1B | 20 | 70 | 16 | 3B |
| Octal | 205 | 256 | 177 | 30 | 0 | 33 | 40 | 160 | 26 | 73 |
| Binary | 10000101 | 10101110 | 1111111 | 11000 | 0 | 11011 | 100000 | 1110000 | 10110 | 111011 |
Color Harmonies of #85AE7F
Complementary color
Monochromatic Colors of #85AE7F
Black with #85AE7F
Text Example
Text Example
White with #85AE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AE7F; }
p { color: rgb(133,174,127); }
H1.HeaderClassName
{
color: #85AE7F;
}
.AnyTagClassName
{
color: #85AE7F;
}
</style>
background-color css
<style>
a { background-color: #85AE7F; }
a { background-color: rgb(133,174,127); }
div.DivClassName
{
background-color: #85AE7F;
}
.BgClassName
{
background-color: #85AE7F;
}
</style>
border-color css
<style>
span { border-color: #85AE7F; }
span { border-color: rgb(133,174,127); }
td.TdClassName
{
border-color: #85AE7F;
}
.TagClassName
{
border-color: #85AE7F;
}
</style>