Shades of Amulet #87A178
Tints of Amulet #87A178
RGB
CMYK
RGB Variations
Color information
#87A178 (or 0x87A178) is known color: Amulet. HEX triplet: 87, A1 and 78. RGB value is (135,161,120). Sum of RGB (Red+Green+Blue) = 135+161+120=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #87A178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A178 is #785E87. Grayscale: #949494. Windows color (decimal): -7888520 or 7905671. OLE color: 7905671.
HSL color Cylindrical-coordinate representation of color #87A178: hue angle of 98.05º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A178 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 161 | 120 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.37 |
| HSL | 98.05º | 0.18% | 0.55% | - |
| HSV(B) | 98.05º | 0.25% | 0.63% | - |
| XYZ | 26.13 | 32 | 22.57 | - |
| YUV | 148.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 120 | 0.16 | 0 | 0.25 | 0.37 | 98.05 | 0.18 | 0.55 |
| Hex | 87 | A1 | 78 | 10 | 0 | 19 | 25 | 62 | 12 | 37 |
| Octal | 207 | 241 | 170 | 20 | 0 | 31 | 45 | 142 | 22 | 67 |
| Binary | 10000111 | 10100001 | 1111000 | 10000 | 0 | 11001 | 100101 | 1100010 | 10010 | 110111 |
Color Harmonies of #87A178
Complementary color
Monochromatic Colors of #87A178
Black with #87A178
Text Example
Text Example
White with #87A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A178; }
p { color: rgb(135,161,120); }
H1.HeaderClassName
{
color: #87A178;
}
.AnyTagClassName
{
color: #87A178;
}
</style>
background-color css
<style>
a { background-color: #87A178; }
a { background-color: rgb(135,161,120); }
div.DivClassName
{
background-color: #87A178;
}
.BgClassName
{
background-color: #87A178;
}
</style>
border-color css
<style>
span { border-color: #87A178; }
span { border-color: rgb(135,161,120); }
td.TdClassName
{
border-color: #87A178;
}
.TagClassName
{
border-color: #87A178;
}
</style>