Shades of Amulet #85B875
Tints of Amulet #85B875
RGB
CMYK
RGB Variations
Color information
#85B875 (or 0x85B875) is known color: Amulet. HEX triplet: 85, B8 and 75. RGB value is (133,184,117). Sum of RGB (Red+Green+Blue) = 133+184+117=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #85B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B875 is #7A478A. Grayscale: #A1A1A1. Windows color (decimal): -8013707 or 7714949. OLE color: 7714949.
HSL color Cylindrical-coordinate representation of color #85B875: hue angle of 105.67º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B875 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 117 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.28 |
| HSL | 105.67º | 0.32% | 0.59% | - |
| HSV(B) | 105.67º | 0.36% | 0.72% | - |
| XYZ | 30.02 | 40.55 | 23.07 | - |
| YUV | 161.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 117 | 0.28 | 0 | 0.36 | 0.28 | 105.67 | 0.32 | 0.59 |
| Hex | 85 | B8 | 75 | 1C | 0 | 24 | 1C | 6A | 20 | 3B |
| Octal | 205 | 270 | 165 | 34 | 0 | 44 | 34 | 152 | 40 | 73 |
| Binary | 10000101 | 10111000 | 1110101 | 11100 | 0 | 100100 | 11100 | 1101010 | 100000 | 111011 |
Color Harmonies of #85B875
Complementary color
Monochromatic Colors of #85B875
Black with #85B875
Text Example
Text Example
White with #85B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B875; }
p { color: rgb(133,184,117); }
H1.HeaderClassName
{
color: #85B875;
}
.AnyTagClassName
{
color: #85B875;
}
</style>
background-color css
<style>
a { background-color: #85B875; }
a { background-color: rgb(133,184,117); }
div.DivClassName
{
background-color: #85B875;
}
.BgClassName
{
background-color: #85B875;
}
</style>
border-color css
<style>
span { border-color: #85B875; }
span { border-color: rgb(133,184,117); }
td.TdClassName
{
border-color: #85B875;
}
.TagClassName
{
border-color: #85B875;
}
</style>