Shades of Amulet #85AF7D
Tints of Amulet #85AF7D
RGB
CMYK
RGB Variations
Color information
#85AF7D (or 0x85AF7D) is known color: Amulet. HEX triplet: 85, AF and 7D. RGB value is (133,175,125). Sum of RGB (Red+Green+Blue) = 133+175+125=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF7D is #7A5082. Grayscale: #9C9C9C. Windows color (decimal): -8016003 or 8236933. OLE color: 8236933.
HSL color Cylindrical-coordinate representation of color #85AF7D: hue angle of 110.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85AF7D is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 125 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.31 |
| HSL | 110.4º | 0.24% | 0.59% | - |
| HSV(B) | 110.4º | 0.29% | 0.69% | - |
| XYZ | 28.7 | 37.13 | 25.06 | - |
| YUV | 156.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 125 | 0.24 | 0 | 0.29 | 0.31 | 110.4 | 0.24 | 0.59 |
| Hex | 85 | AF | 7D | 18 | 0 | 1D | 1F | 6E | 18 | 3B |
| Octal | 205 | 257 | 175 | 30 | 0 | 35 | 37 | 156 | 30 | 73 |
| Binary | 10000101 | 10101111 | 1111101 | 11000 | 0 | 11101 | 11111 | 1101110 | 11000 | 111011 |
Color Harmonies of #85AF7D
Complementary color
Monochromatic Colors of #85AF7D
Black with #85AF7D
Text Example
Text Example
White with #85AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF7D; }
p { color: rgb(133,175,125); }
H1.HeaderClassName
{
color: #85AF7D;
}
.AnyTagClassName
{
color: #85AF7D;
}
</style>
background-color css
<style>
a { background-color: #85AF7D; }
a { background-color: rgb(133,175,125); }
div.DivClassName
{
background-color: #85AF7D;
}
.BgClassName
{
background-color: #85AF7D;
}
</style>
border-color css
<style>
span { border-color: #85AF7D; }
span { border-color: rgb(133,175,125); }
td.TdClassName
{
border-color: #85AF7D;
}
.TagClassName
{
border-color: #85AF7D;
}
</style>