Shades of Amulet #85AF6E
Tints of Amulet #85AF6E
RGB
CMYK
RGB Variations
Color information
#85AF6E (or 0x85AF6E) is known color: Amulet. HEX triplet: 85, AF and 6E. RGB value is (133,175,110). Sum of RGB (Red+Green+Blue) = 133+175+110=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF6E is #7A5091. Grayscale: #9B9B9B. Windows color (decimal): -8016018 or 7253893. OLE color: 7253893.
HSL color Cylindrical-coordinate representation of color #85AF6E: hue angle of 98.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85AF6E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 110 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.31 |
| HSL | 98.77º | 0.29% | 0.56% | - |
| HSV(B) | 98.77º | 0.37% | 0.69% | - |
| XYZ | 27.82 | 36.77 | 20.38 | - |
| YUV | 155.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 110 | 0.24 | 0 | 0.37 | 0.31 | 98.77 | 0.29 | 0.56 |
| Hex | 85 | AF | 6E | 18 | 0 | 25 | 1F | 63 | 1D | 38 |
| Octal | 205 | 257 | 156 | 30 | 0 | 45 | 37 | 143 | 35 | 70 |
| Binary | 10000101 | 10101111 | 1101110 | 11000 | 0 | 100101 | 11111 | 1100011 | 11101 | 111000 |
Color Harmonies of #85AF6E
Complementary color
Monochromatic Colors of #85AF6E
Black with #85AF6E
Text Example
Text Example
White with #85AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF6E; }
p { color: rgb(133,175,110); }
H1.HeaderClassName
{
color: #85AF6E;
}
.AnyTagClassName
{
color: #85AF6E;
}
</style>
background-color css
<style>
a { background-color: #85AF6E; }
a { background-color: rgb(133,175,110); }
div.DivClassName
{
background-color: #85AF6E;
}
.BgClassName
{
background-color: #85AF6E;
}
</style>
border-color css
<style>
span { border-color: #85AF6E; }
span { border-color: rgb(133,175,110); }
td.TdClassName
{
border-color: #85AF6E;
}
.TagClassName
{
border-color: #85AF6E;
}
</style>