Shades of Amulet #85B379
Tints of Amulet #85B379
RGB
CMYK
RGB Variations
Color information
#85B379 (or 0x85B379) is known color: Amulet. HEX triplet: 85, B3 and 79. RGB value is (133,179,121). Sum of RGB (Red+Green+Blue) = 133+179+121=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #85B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B379 is #7A4C86. Grayscale: #9E9E9E. Windows color (decimal): -8014983 or 7975813. OLE color: 7975813.
HSL color Cylindrical-coordinate representation of color #85B379: hue angle of 107.59º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85B379 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 121 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.30 |
| HSL | 107.59º | 0.28% | 0.59% | - |
| HSV(B) | 107.59º | 0.32% | 0.7% | - |
| XYZ | 29.24 | 38.61 | 24 | - |
| YUV | 158.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 121 | 0.26 | 0 | 0.32 | 0.30 | 107.59 | 0.28 | 0.59 |
| Hex | 85 | B3 | 79 | 1A | 0 | 20 | 1E | 6C | 1C | 3B |
| Octal | 205 | 263 | 171 | 32 | 0 | 40 | 36 | 154 | 34 | 73 |
| Binary | 10000101 | 10110011 | 1111001 | 11010 | 0 | 100000 | 11110 | 1101100 | 11100 | 111011 |
Color Harmonies of #85B379
Complementary color
Monochromatic Colors of #85B379
Black with #85B379
Text Example
Text Example
White with #85B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B379; }
p { color: rgb(133,179,121); }
H1.HeaderClassName
{
color: #85B379;
}
.AnyTagClassName
{
color: #85B379;
}
</style>
background-color css
<style>
a { background-color: #85B379; }
a { background-color: rgb(133,179,121); }
div.DivClassName
{
background-color: #85B379;
}
.BgClassName
{
background-color: #85B379;
}
</style>
border-color css
<style>
span { border-color: #85B379; }
span { border-color: rgb(133,179,121); }
td.TdClassName
{
border-color: #85B379;
}
.TagClassName
{
border-color: #85B379;
}
</style>