Shades of Amulet #87B575
Tints of Amulet #87B575
RGB
CMYK
RGB Variations
Color information
#87B575 (or 0x87B575) is known color: Amulet. HEX triplet: 87, B5 and 75. RGB value is (135,181,117). Sum of RGB (Red+Green+Blue) = 135+181+117=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #87B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B575 is #784A8A. Grayscale: #A0A0A0. Windows color (decimal): -7883403 or 7714183. OLE color: 7714183.
HSL color Cylindrical-coordinate representation of color #87B575: hue angle of 103.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87B575 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 181 | 117 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.29 |
| HSL | 103.13º | 0.3% | 0.58% | - |
| HSV(B) | 103.13º | 0.35% | 0.71% | - |
| XYZ | 29.73 | 39.48 | 22.88 | - |
| YUV | 159.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 181 | 117 | 0.25 | 0 | 0.35 | 0.29 | 103.13 | 0.3 | 0.58 |
| Hex | 87 | B5 | 75 | 19 | 0 | 23 | 1D | 67 | 1E | 3A |
| Octal | 207 | 265 | 165 | 31 | 0 | 43 | 35 | 147 | 36 | 72 |
| Binary | 10000111 | 10110101 | 1110101 | 11001 | 0 | 100011 | 11101 | 1100111 | 11110 | 111010 |
Color Harmonies of #87B575
Complementary color
Monochromatic Colors of #87B575
Black with #87B575
Text Example
Text Example
White with #87B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B575; }
p { color: rgb(135,181,117); }
H1.HeaderClassName
{
color: #87B575;
}
.AnyTagClassName
{
color: #87B575;
}
</style>
background-color css
<style>
a { background-color: #87B575; }
a { background-color: rgb(135,181,117); }
div.DivClassName
{
background-color: #87B575;
}
.BgClassName
{
background-color: #87B575;
}
</style>
border-color css
<style>
span { border-color: #87B575; }
span { border-color: rgb(135,181,117); }
td.TdClassName
{
border-color: #87B575;
}
.TagClassName
{
border-color: #87B575;
}
</style>