Shades of Amulet #87B173
Tints of Amulet #87B173
RGB
CMYK
RGB Variations
Color information
#87B173 (or 0x87B173) is known color: Amulet. HEX triplet: 87, B1 and 73. RGB value is (135,177,115). Sum of RGB (Red+Green+Blue) = 135+177+115=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #87B173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87B173 is #784E8C. Grayscale: #9D9D9D. Windows color (decimal): -7884429 or 7582087. OLE color: 7582087.
HSL color Cylindrical-coordinate representation of color #87B173: hue angle of 100.65º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87B173 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 177 | 115 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.31 |
| HSL | 100.65º | 0.28% | 0.57% | - |
| HSV(B) | 100.65º | 0.35% | 0.69% | - |
| XYZ | 28.81 | 37.83 | 22 | - |
| YUV | 157.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 115 | 0.24 | 0 | 0.35 | 0.31 | 100.65 | 0.28 | 0.57 |
| Hex | 87 | B1 | 73 | 18 | 0 | 23 | 1F | 65 | 1C | 39 |
| Octal | 207 | 261 | 163 | 30 | 0 | 43 | 37 | 145 | 34 | 71 |
| Binary | 10000111 | 10110001 | 1110011 | 11000 | 0 | 100011 | 11111 | 1100101 | 11100 | 111001 |
Color Harmonies of #87B173
Complementary color
Monochromatic Colors of #87B173
Black with #87B173
Text Example
Text Example
White with #87B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B173; }
p { color: rgb(135,177,115); }
H1.HeaderClassName
{
color: #87B173;
}
.AnyTagClassName
{
color: #87B173;
}
</style>
background-color css
<style>
a { background-color: #87B173; }
a { background-color: rgb(135,177,115); }
div.DivClassName
{
background-color: #87B173;
}
.BgClassName
{
background-color: #87B173;
}
</style>
border-color css
<style>
span { border-color: #87B173; }
span { border-color: rgb(135,177,115); }
td.TdClassName
{
border-color: #87B173;
}
.TagClassName
{
border-color: #87B173;
}
</style>