Shades of Amulet #85AF76
Tints of Amulet #85AF76
RGB
CMYK
RGB Variations
Color information
#85AF76 (or 0x85AF76) is known color: Amulet. HEX triplet: 85, AF and 76. RGB value is (133,175,118). Sum of RGB (Red+Green+Blue) = 133+175+118=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF76 is #7A5089. Grayscale: #9C9C9C. Windows color (decimal): -8016010 or 7778181. OLE color: 7778181.
HSL color Cylindrical-coordinate representation of color #85AF76: hue angle of 104.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85AF76 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 118 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.31 |
| HSL | 104.21º | 0.26% | 0.57% | - |
| HSV(B) | 104.21º | 0.33% | 0.69% | - |
| XYZ | 28.27 | 36.95 | 22.78 | - |
| YUV | 155.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 118 | 0.24 | 0 | 0.33 | 0.31 | 104.21 | 0.26 | 0.57 |
| Hex | 85 | AF | 76 | 18 | 0 | 21 | 1F | 68 | 1A | 39 |
| Octal | 205 | 257 | 166 | 30 | 0 | 41 | 37 | 150 | 32 | 71 |
| Binary | 10000101 | 10101111 | 1110110 | 11000 | 0 | 100001 | 11111 | 1101000 | 11010 | 111001 |
Color Harmonies of #85AF76
Complementary color
Monochromatic Colors of #85AF76
Black with #85AF76
Text Example
Text Example
White with #85AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF76; }
p { color: rgb(133,175,118); }
H1.HeaderClassName
{
color: #85AF76;
}
.AnyTagClassName
{
color: #85AF76;
}
</style>
background-color css
<style>
a { background-color: #85AF76; }
a { background-color: rgb(133,175,118); }
div.DivClassName
{
background-color: #85AF76;
}
.BgClassName
{
background-color: #85AF76;
}
</style>
border-color css
<style>
span { border-color: #85AF76; }
span { border-color: rgb(133,175,118); }
td.TdClassName
{
border-color: #85AF76;
}
.TagClassName
{
border-color: #85AF76;
}
</style>