Shades of Amulet #85A379
Tints of Amulet #85A379
RGB
CMYK
RGB Variations
Color information
#85A379 (or 0x85A379) is known color: Amulet. HEX triplet: 85, A3 and 79. RGB value is (133,163,121). Sum of RGB (Red+Green+Blue) = 133+163+121=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #85A379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A379 is #7A5C86. Grayscale: #959595. Windows color (decimal): -8019079 or 7971717. OLE color: 7971717.
HSL color Cylindrical-coordinate representation of color #85A379: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85A379 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 121 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.36 |
| HSL | 102.86º | 0.19% | 0.56% | - |
| HSV(B) | 102.86º | 0.26% | 0.64% | - |
| XYZ | 26.22 | 32.56 | 22.99 | - |
| YUV | 149.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 121 | 0.18 | 0 | 0.26 | 0.36 | 102.86 | 0.19 | 0.56 |
| Hex | 85 | A3 | 79 | 12 | 0 | 1A | 24 | 67 | 13 | 38 |
| Octal | 205 | 243 | 171 | 22 | 0 | 32 | 44 | 147 | 23 | 70 |
| Binary | 10000101 | 10100011 | 1111001 | 10010 | 0 | 11010 | 100100 | 1100111 | 10011 | 111000 |
Color Harmonies of #85A379
Complementary color
Monochromatic Colors of #85A379
Black with #85A379
Text Example
Text Example
White with #85A379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A379; }
p { color: rgb(133,163,121); }
H1.HeaderClassName
{
color: #85A379;
}
.AnyTagClassName
{
color: #85A379;
}
</style>
background-color css
<style>
a { background-color: #85A379; }
a { background-color: rgb(133,163,121); }
div.DivClassName
{
background-color: #85A379;
}
.BgClassName
{
background-color: #85A379;
}
</style>
border-color css
<style>
span { border-color: #85A379; }
span { border-color: rgb(133,163,121); }
td.TdClassName
{
border-color: #85A379;
}
.TagClassName
{
border-color: #85A379;
}
</style>