Shades of Amulet #87AB75
Tints of Amulet #87AB75
RGB
CMYK
RGB Variations
Color information
#87AB75 (or 0x87AB75) is known color: Amulet. HEX triplet: 87, AB and 75. RGB value is (135,171,117). Sum of RGB (Red+Green+Blue) = 135+171+117=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #87AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AB75 is #78548A. Grayscale: #9A9A9A. Windows color (decimal): -7885963 or 7711623. OLE color: 7711623.
HSL color Cylindrical-coordinate representation of color #87AB75: hue angle of 100º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87AB75 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 171 | 117 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.33 |
| HSL | 100º | 0.24% | 0.56% | - |
| HSV(B) | 100º | 0.32% | 0.67% | - |
| XYZ | 27.77 | 35.56 | 22.23 | - |
| YUV | 154.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 117 | 0.21 | 0 | 0.32 | 0.33 | 100 | 0.24 | 0.56 |
| Hex | 87 | AB | 75 | 15 | 0 | 20 | 21 | 64 | 18 | 38 |
| Octal | 207 | 253 | 165 | 25 | 0 | 40 | 41 | 144 | 30 | 70 |
| Binary | 10000111 | 10101011 | 1110101 | 10101 | 0 | 100000 | 100001 | 1100100 | 11000 | 111000 |
Color Harmonies of #87AB75
Complementary color
Monochromatic Colors of #87AB75
Black with #87AB75
Text Example
Text Example
White with #87AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AB75; }
p { color: rgb(135,171,117); }
H1.HeaderClassName
{
color: #87AB75;
}
.AnyTagClassName
{
color: #87AB75;
}
</style>
background-color css
<style>
a { background-color: #87AB75; }
a { background-color: rgb(135,171,117); }
div.DivClassName
{
background-color: #87AB75;
}
.BgClassName
{
background-color: #87AB75;
}
</style>
border-color css
<style>
span { border-color: #87AB75; }
span { border-color: rgb(135,171,117); }
td.TdClassName
{
border-color: #87AB75;
}
.TagClassName
{
border-color: #87AB75;
}
</style>