Shades of Amulet #85AF7E
Tints of Amulet #85AF7E
RGB
CMYK
RGB Variations
Color information
#85AF7E (or 0x85AF7E) is known color: Amulet. HEX triplet: 85, AF and 7E. RGB value is (133,175,126). Sum of RGB (Red+Green+Blue) = 133+175+126=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF7E is #7A5081. Grayscale: #9D9D9D. Windows color (decimal): -8016002 or 8302469. OLE color: 8302469.
HSL color Cylindrical-coordinate representation of color #85AF7E: hue angle of 111.43º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85AF7E is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 126 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.31 |
| HSL | 111.43º | 0.23% | 0.59% | - |
| HSV(B) | 111.43º | 0.28% | 0.69% | - |
| XYZ | 28.77 | 37.15 | 25.39 | - |
| YUV | 156.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 126 | 0.24 | 0 | 0.28 | 0.31 | 111.43 | 0.23 | 0.59 |
| Hex | 85 | AF | 7E | 18 | 0 | 1C | 1F | 6F | 17 | 3B |
| Octal | 205 | 257 | 176 | 30 | 0 | 34 | 37 | 157 | 27 | 73 |
| Binary | 10000101 | 10101111 | 1111110 | 11000 | 0 | 11100 | 11111 | 1101111 | 10111 | 111011 |
Color Harmonies of #85AF7E
Complementary color
Monochromatic Colors of #85AF7E
Black with #85AF7E
Text Example
Text Example
White with #85AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF7E; }
p { color: rgb(133,175,126); }
H1.HeaderClassName
{
color: #85AF7E;
}
.AnyTagClassName
{
color: #85AF7E;
}
</style>
background-color css
<style>
a { background-color: #85AF7E; }
a { background-color: rgb(133,175,126); }
div.DivClassName
{
background-color: #85AF7E;
}
.BgClassName
{
background-color: #85AF7E;
}
</style>
border-color css
<style>
span { border-color: #85AF7E; }
span { border-color: rgb(133,175,126); }
td.TdClassName
{
border-color: #85AF7E;
}
.TagClassName
{
border-color: #85AF7E;
}
</style>