Shades of Amulet #87A97E
Tints of Amulet #87A97E
RGB
CMYK
RGB Variations
Color information
#87A97E (or 0x87A97E) is known color: Amulet. HEX triplet: 87, A9 and 7E. RGB value is (135,169,126). Sum of RGB (Red+Green+Blue) = 135+169+126=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #87A97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A97E is #785681. Grayscale: #9A9A9A. Windows color (decimal): -7886466 or 8300935. OLE color: 8300935.
HSL color Cylindrical-coordinate representation of color #87A97E: hue angle of 107.44º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A97E is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 169 | 126 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.34 |
| HSL | 107.44º | 0.2% | 0.58% | - |
| HSV(B) | 107.44º | 0.25% | 0.66% | - |
| XYZ | 27.95 | 35.03 | 25.03 | - |
| YUV | 153.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 126 | 0.20 | 0 | 0.25 | 0.34 | 107.44 | 0.2 | 0.58 |
| Hex | 87 | A9 | 7E | 14 | 0 | 19 | 22 | 6B | 14 | 3A |
| Octal | 207 | 251 | 176 | 24 | 0 | 31 | 42 | 153 | 24 | 72 |
| Binary | 10000111 | 10101001 | 1111110 | 10100 | 0 | 11001 | 100010 | 1101011 | 10100 | 111010 |
Color Harmonies of #87A97E
Complementary color
Monochromatic Colors of #87A97E
Black with #87A97E
Text Example
Text Example
White with #87A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A97E; }
p { color: rgb(135,169,126); }
H1.HeaderClassName
{
color: #87A97E;
}
.AnyTagClassName
{
color: #87A97E;
}
</style>
background-color css
<style>
a { background-color: #87A97E; }
a { background-color: rgb(135,169,126); }
div.DivClassName
{
background-color: #87A97E;
}
.BgClassName
{
background-color: #87A97E;
}
</style>
border-color css
<style>
span { border-color: #87A97E; }
span { border-color: rgb(135,169,126); }
td.TdClassName
{
border-color: #87A97E;
}
.TagClassName
{
border-color: #87A97E;
}
</style>