Shades of Amulet #87A973
Tints of Amulet #87A973
RGB
CMYK
RGB Variations
Color information
#87A973 (or 0x87A973) is known color: Amulet. HEX triplet: 87, A9 and 73. RGB value is (135,169,115). Sum of RGB (Red+Green+Blue) = 135+169+115=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #87A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A973 is #78568C. Grayscale: #989898. Windows color (decimal): -7886477 or 7580039. OLE color: 7580039.
HSL color Cylindrical-coordinate representation of color #87A973: hue angle of 97.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87A973 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 169 | 115 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.34 |
| HSL | 97.78º | 0.24% | 0.56% | - |
| HSV(B) | 97.78º | 0.32% | 0.66% | - |
| XYZ | 27.27 | 34.76 | 21.49 | - |
| YUV | 152.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 115 | 0.20 | 0 | 0.32 | 0.34 | 97.78 | 0.24 | 0.56 |
| Hex | 87 | A9 | 73 | 14 | 0 | 20 | 22 | 62 | 18 | 38 |
| Octal | 207 | 251 | 163 | 24 | 0 | 40 | 42 | 142 | 30 | 70 |
| Binary | 10000111 | 10101001 | 1110011 | 10100 | 0 | 100000 | 100010 | 1100010 | 11000 | 111000 |
Color Harmonies of #87A973
Complementary color
Monochromatic Colors of #87A973
Black with #87A973
Text Example
Text Example
White with #87A973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A973; }
p { color: rgb(135,169,115); }
H1.HeaderClassName
{
color: #87A973;
}
.AnyTagClassName
{
color: #87A973;
}
</style>
background-color css
<style>
a { background-color: #87A973; }
a { background-color: rgb(135,169,115); }
div.DivClassName
{
background-color: #87A973;
}
.BgClassName
{
background-color: #87A973;
}
</style>
border-color css
<style>
span { border-color: #87A973; }
span { border-color: rgb(135,169,115); }
td.TdClassName
{
border-color: #87A973;
}
.TagClassName
{
border-color: #87A973;
}
</style>