Shades of Amulet #87AC7A
Tints of Amulet #87AC7A
RGB
CMYK
RGB Variations
Color information
#87AC7A (or 0x87AC7A) is known color: Amulet. HEX triplet: 87, AC and 7A. RGB value is (135,172,122). Sum of RGB (Red+Green+Blue) = 135+172+122=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #87AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AC7A is #785385. Grayscale: #9B9B9B. Windows color (decimal): -7885702 or 8039559. OLE color: 8039559.
HSL color Cylindrical-coordinate representation of color #87AC7A: hue angle of 104.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87AC7A is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 172 | 122 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.33 |
| HSL | 104.4º | 0.23% | 0.58% | - |
| HSV(B) | 104.4º | 0.29% | 0.67% | - |
| XYZ | 28.26 | 36.06 | 23.88 | - |
| YUV | 155.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 172 | 122 | 0.22 | 0 | 0.29 | 0.33 | 104.4 | 0.23 | 0.58 |
| Hex | 87 | AC | 7A | 16 | 0 | 1D | 21 | 68 | 17 | 3A |
| Octal | 207 | 254 | 172 | 26 | 0 | 35 | 41 | 150 | 27 | 72 |
| Binary | 10000111 | 10101100 | 1111010 | 10110 | 0 | 11101 | 100001 | 1101000 | 10111 | 111010 |
Color Harmonies of #87AC7A
Complementary color
Monochromatic Colors of #87AC7A
Black with #87AC7A
Text Example
Text Example
White with #87AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AC7A; }
p { color: rgb(135,172,122); }
H1.HeaderClassName
{
color: #87AC7A;
}
.AnyTagClassName
{
color: #87AC7A;
}
</style>
background-color css
<style>
a { background-color: #87AC7A; }
a { background-color: rgb(135,172,122); }
div.DivClassName
{
background-color: #87AC7A;
}
.BgClassName
{
background-color: #87AC7A;
}
</style>
border-color css
<style>
span { border-color: #87AC7A; }
span { border-color: rgb(135,172,122); }
td.TdClassName
{
border-color: #87AC7A;
}
.TagClassName
{
border-color: #87AC7A;
}
</style>