Shades of Amulet #85AF6D
Tints of Amulet #85AF6D
RGB
CMYK
RGB Variations
Color information
#85AF6D (or 0x85AF6D) is known color: Amulet. HEX triplet: 85, AF and 6D. RGB value is (133,175,109). Sum of RGB (Red+Green+Blue) = 133+175+109=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF6D is #7A5092. Grayscale: #9B9B9B. Windows color (decimal): -8016019 or 7188357. OLE color: 7188357.
HSL color Cylindrical-coordinate representation of color #85AF6D: hue angle of 98.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85AF6D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 109 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.31 |
| HSL | 98.18º | 0.29% | 0.56% | - |
| HSV(B) | 98.18º | 0.38% | 0.69% | - |
| XYZ | 27.76 | 36.75 | 20.1 | - |
| YUV | 154.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 109 | 0.24 | 0 | 0.38 | 0.31 | 98.18 | 0.29 | 0.56 |
| Hex | 85 | AF | 6D | 18 | 0 | 26 | 1F | 62 | 1D | 38 |
| Octal | 205 | 257 | 155 | 30 | 0 | 46 | 37 | 142 | 35 | 70 |
| Binary | 10000101 | 10101111 | 1101101 | 11000 | 0 | 100110 | 11111 | 1100010 | 11101 | 111000 |
Color Harmonies of #85AF6D
Complementary color
Monochromatic Colors of #85AF6D
Black with #85AF6D
Text Example
Text Example
White with #85AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF6D; }
p { color: rgb(133,175,109); }
H1.HeaderClassName
{
color: #85AF6D;
}
.AnyTagClassName
{
color: #85AF6D;
}
</style>
background-color css
<style>
a { background-color: #85AF6D; }
a { background-color: rgb(133,175,109); }
div.DivClassName
{
background-color: #85AF6D;
}
.BgClassName
{
background-color: #85AF6D;
}
</style>
border-color css
<style>
span { border-color: #85AF6D; }
span { border-color: rgb(133,175,109); }
td.TdClassName
{
border-color: #85AF6D;
}
.TagClassName
{
border-color: #85AF6D;
}
</style>