Shades of Amulet #87A770
Tints of Amulet #87A770
RGB
CMYK
RGB Variations
Color information
#87A770 (or 0x87A770) is known color: Amulet. HEX triplet: 87, A7 and 70. RGB value is (135,167,112). Sum of RGB (Red+Green+Blue) = 135+167+112=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #87A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A770 is #78588F. Grayscale: #979797. Windows color (decimal): -7886992 or 7382919. OLE color: 7382919.
HSL color Cylindrical-coordinate representation of color #87A770: hue angle of 94.91º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87A770 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 167 | 112 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.35 |
| HSL | 94.91º | 0.24% | 0.55% | - |
| HSV(B) | 94.91º | 0.33% | 0.65% | - |
| XYZ | 26.74 | 33.96 | 20.47 | - |
| YUV | 151.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 112 | 0.19 | 0 | 0.33 | 0.35 | 94.91 | 0.24 | 0.55 |
| Hex | 87 | A7 | 70 | 13 | 0 | 21 | 23 | 5F | 18 | 37 |
| Octal | 207 | 247 | 160 | 23 | 0 | 41 | 43 | 137 | 30 | 67 |
| Binary | 10000111 | 10100111 | 1110000 | 10011 | 0 | 100001 | 100011 | 1011111 | 11000 | 110111 |
Color Harmonies of #87A770
Complementary color
Monochromatic Colors of #87A770
Black with #87A770
Text Example
Text Example
White with #87A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A770; }
p { color: rgb(135,167,112); }
H1.HeaderClassName
{
color: #87A770;
}
.AnyTagClassName
{
color: #87A770;
}
</style>
background-color css
<style>
a { background-color: #87A770; }
a { background-color: rgb(135,167,112); }
div.DivClassName
{
background-color: #87A770;
}
.BgClassName
{
background-color: #87A770;
}
</style>
border-color css
<style>
span { border-color: #87A770; }
span { border-color: rgb(135,167,112); }
td.TdClassName
{
border-color: #87A770;
}
.TagClassName
{
border-color: #87A770;
}
</style>