Shades of Amulet #87A875
Tints of Amulet #87A875
RGB
CMYK
RGB Variations
Color information
#87A875 (or 0x87A875) is known color: Amulet. HEX triplet: 87, A8 and 75. RGB value is (135,168,117). Sum of RGB (Red+Green+Blue) = 135+168+117=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #87A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A875 is #78578A. Grayscale: #989898. Windows color (decimal): -7886731 or 7710855. OLE color: 7710855.
HSL color Cylindrical-coordinate representation of color #87A875: hue angle of 98.82º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87A875 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 168 | 117 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.34 |
| HSL | 98.82º | 0.23% | 0.56% | - |
| HSV(B) | 98.82º | 0.3% | 0.66% | - |
| XYZ | 27.21 | 34.44 | 22.04 | - |
| YUV | 152.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 117 | 0.20 | 0 | 0.30 | 0.34 | 98.82 | 0.23 | 0.56 |
| Hex | 87 | A8 | 75 | 14 | 0 | 1E | 22 | 63 | 17 | 38 |
| Octal | 207 | 250 | 165 | 24 | 0 | 36 | 42 | 143 | 27 | 70 |
| Binary | 10000111 | 10101000 | 1110101 | 10100 | 0 | 11110 | 100010 | 1100011 | 10111 | 111000 |
Color Harmonies of #87A875
Complementary color
Monochromatic Colors of #87A875
Black with #87A875
Text Example
Text Example
White with #87A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A875; }
p { color: rgb(135,168,117); }
H1.HeaderClassName
{
color: #87A875;
}
.AnyTagClassName
{
color: #87A875;
}
</style>
background-color css
<style>
a { background-color: #87A875; }
a { background-color: rgb(135,168,117); }
div.DivClassName
{
background-color: #87A875;
}
.BgClassName
{
background-color: #87A875;
}
</style>
border-color css
<style>
span { border-color: #87A875; }
span { border-color: rgb(135,168,117); }
td.TdClassName
{
border-color: #87A875;
}
.TagClassName
{
border-color: #87A875;
}
</style>