Shades of Amulet #85AF6C
Tints of Amulet #85AF6C
RGB
CMYK
RGB Variations
Color information
#85AF6C (or 0x85AF6C) is known color: Amulet. HEX triplet: 85, AF and 6C. RGB value is (133,175,108). Sum of RGB (Red+Green+Blue) = 133+175+108=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF6C is #7A5093. Grayscale: #9B9B9B. Windows color (decimal): -8016020 or 7122821. OLE color: 7122821.
HSL color Cylindrical-coordinate representation of color #85AF6C: hue angle of 97.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85AF6C is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 108 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.31 |
| HSL | 97.61º | 0.3% | 0.55% | - |
| HSV(B) | 97.61º | 0.38% | 0.69% | - |
| XYZ | 27.71 | 36.73 | 19.82 | - |
| YUV | 154.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 108 | 0.24 | 0 | 0.38 | 0.31 | 97.61 | 0.3 | 0.55 |
| Hex | 85 | AF | 6C | 18 | 0 | 26 | 1F | 62 | 1E | 37 |
| Octal | 205 | 257 | 154 | 30 | 0 | 46 | 37 | 142 | 36 | 67 |
| Binary | 10000101 | 10101111 | 1101100 | 11000 | 0 | 100110 | 11111 | 1100010 | 11110 | 110111 |
Color Harmonies of #85AF6C
Complementary color
Monochromatic Colors of #85AF6C
Black with #85AF6C
Text Example
Text Example
White with #85AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF6C; }
p { color: rgb(133,175,108); }
H1.HeaderClassName
{
color: #85AF6C;
}
.AnyTagClassName
{
color: #85AF6C;
}
</style>
background-color css
<style>
a { background-color: #85AF6C; }
a { background-color: rgb(133,175,108); }
div.DivClassName
{
background-color: #85AF6C;
}
.BgClassName
{
background-color: #85AF6C;
}
</style>
border-color css
<style>
span { border-color: #85AF6C; }
span { border-color: rgb(133,175,108); }
td.TdClassName
{
border-color: #85AF6C;
}
.TagClassName
{
border-color: #85AF6C;
}
</style>