Shades of Amulet #85B878
Tints of Amulet #85B878
RGB
CMYK
RGB Variations
Color information
#85B878 (or 0x85B878) is known color: Amulet. HEX triplet: 85, B8 and 78. RGB value is (133,184,120). Sum of RGB (Red+Green+Blue) = 133+184+120=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #85B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B878 is #7A4787. Grayscale: #A1A1A1. Windows color (decimal): -8013704 or 7911557. OLE color: 7911557.
HSL color Cylindrical-coordinate representation of color #85B878: hue angle of 107.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85B878 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 120 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.28 |
| HSL | 107.81º | 0.31% | 0.6% | - |
| HSV(B) | 107.81º | 0.35% | 0.72% | - |
| XYZ | 30.2 | 40.62 | 24.02 | - |
| YUV | 161.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 120 | 0.28 | 0 | 0.35 | 0.28 | 107.81 | 0.31 | 0.6 |
| Hex | 85 | B8 | 78 | 1C | 0 | 23 | 1C | 6C | 1F | 3C |
| Octal | 205 | 270 | 170 | 34 | 0 | 43 | 34 | 154 | 37 | 74 |
| Binary | 10000101 | 10111000 | 1111000 | 11100 | 0 | 100011 | 11100 | 1101100 | 11111 | 111100 |
Color Harmonies of #85B878
Complementary color
Monochromatic Colors of #85B878
Black with #85B878
Text Example
Text Example
White with #85B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B878; }
p { color: rgb(133,184,120); }
H1.HeaderClassName
{
color: #85B878;
}
.AnyTagClassName
{
color: #85B878;
}
</style>
background-color css
<style>
a { background-color: #85B878; }
a { background-color: rgb(133,184,120); }
div.DivClassName
{
background-color: #85B878;
}
.BgClassName
{
background-color: #85B878;
}
</style>
border-color css
<style>
span { border-color: #85B878; }
span { border-color: rgb(133,184,120); }
td.TdClassName
{
border-color: #85B878;
}
.TagClassName
{
border-color: #85B878;
}
</style>