Shades of Amulet #87AE6E
Tints of Amulet #87AE6E
RGB
CMYK
RGB Variations
Color information
#87AE6E (or 0x87AE6E) is known color: Amulet. HEX triplet: 87, AE and 6E. RGB value is (135,174,110). Sum of RGB (Red+Green+Blue) = 135+174+110=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #87AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AE6E is #785191. Grayscale: #9B9B9B. Windows color (decimal): -7885202 or 7253639. OLE color: 7253639.
HSL color Cylindrical-coordinate representation of color #87AE6E: hue angle of 96.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87AE6E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 174 | 110 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.32 |
| HSL | 96.56º | 0.28% | 0.56% | - |
| HSV(B) | 96.56º | 0.37% | 0.68% | - |
| XYZ | 27.94 | 36.55 | 20.33 | - |
| YUV | 155.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 174 | 110 | 0.22 | 0 | 0.37 | 0.32 | 96.56 | 0.28 | 0.56 |
| Hex | 87 | AE | 6E | 16 | 0 | 25 | 20 | 61 | 1C | 38 |
| Octal | 207 | 256 | 156 | 26 | 0 | 45 | 40 | 141 | 34 | 70 |
| Binary | 10000111 | 10101110 | 1101110 | 10110 | 0 | 100101 | 100000 | 1100001 | 11100 | 111000 |
Color Harmonies of #87AE6E
Complementary color
Monochromatic Colors of #87AE6E
Black with #87AE6E
Text Example
Text Example
White with #87AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AE6E; }
p { color: rgb(135,174,110); }
H1.HeaderClassName
{
color: #87AE6E;
}
.AnyTagClassName
{
color: #87AE6E;
}
</style>
background-color css
<style>
a { background-color: #87AE6E; }
a { background-color: rgb(135,174,110); }
div.DivClassName
{
background-color: #87AE6E;
}
.BgClassName
{
background-color: #87AE6E;
}
</style>
border-color css
<style>
span { border-color: #87AE6E; }
span { border-color: rgb(135,174,110); }
td.TdClassName
{
border-color: #87AE6E;
}
.TagClassName
{
border-color: #87AE6E;
}
</style>