Shades of Amulet #87AD7D
Tints of Amulet #87AD7D
RGB
CMYK
RGB Variations
Color information
#87AD7D (or 0x87AD7D) is known color: Amulet. HEX triplet: 87, AD and 7D. RGB value is (135,173,125). Sum of RGB (Red+Green+Blue) = 135+173+125=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AD7D is #785282. Grayscale: #9C9C9C. Windows color (decimal): -7885443 or 8236423. OLE color: 8236423.
HSL color Cylindrical-coordinate representation of color #87AD7D: hue angle of 107.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87AD7D is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 125 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.32 |
| HSL | 107.5º | 0.23% | 0.58% | - |
| HSV(B) | 107.5º | 0.28% | 0.68% | - |
| XYZ | 28.64 | 36.52 | 24.94 | - |
| YUV | 156.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 125 | 0.22 | 0 | 0.28 | 0.32 | 107.5 | 0.23 | 0.58 |
| Hex | 87 | AD | 7D | 16 | 0 | 1C | 20 | 6C | 17 | 3A |
| Octal | 207 | 255 | 175 | 26 | 0 | 34 | 40 | 154 | 27 | 72 |
| Binary | 10000111 | 10101101 | 1111101 | 10110 | 0 | 11100 | 100000 | 1101100 | 10111 | 111010 |
Color Harmonies of #87AD7D
Complementary color
Monochromatic Colors of #87AD7D
Black with #87AD7D
Text Example
Text Example
White with #87AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AD7D; }
p { color: rgb(135,173,125); }
H1.HeaderClassName
{
color: #87AD7D;
}
.AnyTagClassName
{
color: #87AD7D;
}
</style>
background-color css
<style>
a { background-color: #87AD7D; }
a { background-color: rgb(135,173,125); }
div.DivClassName
{
background-color: #87AD7D;
}
.BgClassName
{
background-color: #87AD7D;
}
</style>
border-color css
<style>
span { border-color: #87AD7D; }
span { border-color: rgb(135,173,125); }
td.TdClassName
{
border-color: #87AD7D;
}
.TagClassName
{
border-color: #87AD7D;
}
</style>