Shades of Amulet #87AF7A
Tints of Amulet #87AF7A
RGB
CMYK
RGB Variations
Color information
#87AF7A (or 0x87AF7A) is known color: Amulet. HEX triplet: 87, AF and 7A. RGB value is (135,175,122). Sum of RGB (Red+Green+Blue) = 135+175+122=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AF7A is #785085. Grayscale: #9D9D9D. Windows color (decimal): -7884934 or 8040327. OLE color: 8040327.
HSL color Cylindrical-coordinate representation of color #87AF7A: hue angle of 105.28º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87AF7A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 175 | 122 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.31 |
| HSL | 105.28º | 0.25% | 0.58% | - |
| HSV(B) | 105.28º | 0.3% | 0.69% | - |
| XYZ | 28.83 | 37.22 | 24.08 | - |
| YUV | 157 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 122 | 0.23 | 0 | 0.30 | 0.31 | 105.28 | 0.25 | 0.58 |
| Hex | 87 | AF | 7A | 17 | 0 | 1E | 1F | 69 | 19 | 3A |
| Octal | 207 | 257 | 172 | 27 | 0 | 36 | 37 | 151 | 31 | 72 |
| Binary | 10000111 | 10101111 | 1111010 | 10111 | 0 | 11110 | 11111 | 1101001 | 11001 | 111010 |
Color Harmonies of #87AF7A
Complementary color
Monochromatic Colors of #87AF7A
Black with #87AF7A
Text Example
Text Example
White with #87AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AF7A; }
p { color: rgb(135,175,122); }
H1.HeaderClassName
{
color: #87AF7A;
}
.AnyTagClassName
{
color: #87AF7A;
}
</style>
background-color css
<style>
a { background-color: #87AF7A; }
a { background-color: rgb(135,175,122); }
div.DivClassName
{
background-color: #87AF7A;
}
.BgClassName
{
background-color: #87AF7A;
}
</style>
border-color css
<style>
span { border-color: #87AF7A; }
span { border-color: rgb(135,175,122); }
td.TdClassName
{
border-color: #87AF7A;
}
.TagClassName
{
border-color: #87AF7A;
}
</style>