Shades of Amulet #87AA7F
Tints of Amulet #87AA7F
RGB
CMYK
RGB Variations
Color information
#87AA7F (or 0x87AA7F) is known color: Amulet. HEX triplet: 87, AA and 7F. RGB value is (135,170,127). Sum of RGB (Red+Green+Blue) = 135+170+127=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AA7F is #785580. Grayscale: #9A9A9A. Windows color (decimal): -7886209 or 8366727. OLE color: 8366727.
HSL color Cylindrical-coordinate representation of color #87AA7F: hue angle of 108.84º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87AA7F is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 170 | 127 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.33 |
| HSL | 108.84º | 0.2% | 0.58% | - |
| HSV(B) | 108.84º | 0.25% | 0.67% | - |
| XYZ | 28.2 | 35.43 | 25.43 | - |
| YUV | 154.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 127 | 0.21 | 0 | 0.25 | 0.33 | 108.84 | 0.2 | 0.58 |
| Hex | 87 | AA | 7F | 15 | 0 | 19 | 21 | 6D | 14 | 3A |
| Octal | 207 | 252 | 177 | 25 | 0 | 31 | 41 | 155 | 24 | 72 |
| Binary | 10000111 | 10101010 | 1111111 | 10101 | 0 | 11001 | 100001 | 1101101 | 10100 | 111010 |
Color Harmonies of #87AA7F
Complementary color
Monochromatic Colors of #87AA7F
Black with #87AA7F
Text Example
Text Example
White with #87AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AA7F; }
p { color: rgb(135,170,127); }
H1.HeaderClassName
{
color: #87AA7F;
}
.AnyTagClassName
{
color: #87AA7F;
}
</style>
background-color css
<style>
a { background-color: #87AA7F; }
a { background-color: rgb(135,170,127); }
div.DivClassName
{
background-color: #87AA7F;
}
.BgClassName
{
background-color: #87AA7F;
}
</style>
border-color css
<style>
span { border-color: #87AA7F; }
span { border-color: rgb(135,170,127); }
td.TdClassName
{
border-color: #87AA7F;
}
.TagClassName
{
border-color: #87AA7F;
}
</style>