Shades of Amulet #87B276
Tints of Amulet #87B276
RGB
CMYK
RGB Variations
Color information
#87B276 (or 0x87B276) is known color: Amulet. HEX triplet: 87, B2 and 76. RGB value is (135,178,118). Sum of RGB (Red+Green+Blue) = 135+178+118=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #87B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87B276 is #784D89. Grayscale: #9E9E9E. Windows color (decimal): -7884170 or 7778951. OLE color: 7778951.
HSL color Cylindrical-coordinate representation of color #87B276: hue angle of 103º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87B276 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 178 | 118 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.30 |
| HSL | 103º | 0.28% | 0.58% | - |
| HSV(B) | 103º | 0.34% | 0.7% | - |
| XYZ | 29.18 | 38.3 | 22.99 | - |
| YUV | 158.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 118 | 0.24 | 0 | 0.34 | 0.30 | 103 | 0.28 | 0.58 |
| Hex | 87 | B2 | 76 | 18 | 0 | 22 | 1E | 67 | 1C | 3A |
| Octal | 207 | 262 | 166 | 30 | 0 | 42 | 36 | 147 | 34 | 72 |
| Binary | 10000111 | 10110010 | 1110110 | 11000 | 0 | 100010 | 11110 | 1100111 | 11100 | 111010 |
Color Harmonies of #87B276
Complementary color
Monochromatic Colors of #87B276
Black with #87B276
Text Example
Text Example
White with #87B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B276; }
p { color: rgb(135,178,118); }
H1.HeaderClassName
{
color: #87B276;
}
.AnyTagClassName
{
color: #87B276;
}
</style>
background-color css
<style>
a { background-color: #87B276; }
a { background-color: rgb(135,178,118); }
div.DivClassName
{
background-color: #87B276;
}
.BgClassName
{
background-color: #87B276;
}
</style>
border-color css
<style>
span { border-color: #87B276; }
span { border-color: rgb(135,178,118); }
td.TdClassName
{
border-color: #87B276;
}
.TagClassName
{
border-color: #87B276;
}
</style>