Shades of Amulet #85AC74
Tints of Amulet #85AC74
RGB
CMYK
RGB Variations
Color information
#85AC74 (or 0x85AC74) is known color: Amulet. HEX triplet: 85, AC and 74. RGB value is (133,172,116). Sum of RGB (Red+Green+Blue) = 133+172+116=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC74 is #7A538B. Grayscale: #9A9A9A. Windows color (decimal): -8016780 or 7646341. OLE color: 7646341.
HSL color Cylindrical-coordinate representation of color #85AC74: hue angle of 101.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85AC74 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 116 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.33 |
| HSL | 101.79º | 0.25% | 0.56% | - |
| HSV(B) | 101.79º | 0.33% | 0.67% | - |
| XYZ | 27.58 | 35.75 | 21.97 | - |
| YUV | 153.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 116 | 0.23 | 0 | 0.33 | 0.33 | 101.79 | 0.25 | 0.56 |
| Hex | 85 | AC | 74 | 17 | 0 | 21 | 21 | 66 | 19 | 38 |
| Octal | 205 | 254 | 164 | 27 | 0 | 41 | 41 | 146 | 31 | 70 |
| Binary | 10000101 | 10101100 | 1110100 | 10111 | 0 | 100001 | 100001 | 1100110 | 11001 | 111000 |
Color Harmonies of #85AC74
Complementary color
Monochromatic Colors of #85AC74
Black with #85AC74
Text Example
Text Example
White with #85AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC74; }
p { color: rgb(133,172,116); }
H1.HeaderClassName
{
color: #85AC74;
}
.AnyTagClassName
{
color: #85AC74;
}
</style>
background-color css
<style>
a { background-color: #85AC74; }
a { background-color: rgb(133,172,116); }
div.DivClassName
{
background-color: #85AC74;
}
.BgClassName
{
background-color: #85AC74;
}
</style>
border-color css
<style>
span { border-color: #85AC74; }
span { border-color: rgb(133,172,116); }
td.TdClassName
{
border-color: #85AC74;
}
.TagClassName
{
border-color: #85AC74;
}
</style>