Shades of Amulet #87B076
Tints of Amulet #87B076
RGB
CMYK
RGB Variations
Color information
#87B076 (or 0x87B076) is known color: Amulet. HEX triplet: 87, B0 and 76. RGB value is (135,176,118). Sum of RGB (Red+Green+Blue) = 135+176+118=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #87B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87B076 is #784F89. Grayscale: #9D9D9D. Windows color (decimal): -7884682 or 7778439. OLE color: 7778439.
HSL color Cylindrical-coordinate representation of color #87B076: hue angle of 102.41º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87B076 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 176 | 118 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.31 |
| HSL | 102.41º | 0.27% | 0.58% | - |
| HSV(B) | 102.41º | 0.33% | 0.69% | - |
| XYZ | 28.79 | 37.51 | 22.86 | - |
| YUV | 157.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 176 | 118 | 0.23 | 0 | 0.33 | 0.31 | 102.41 | 0.27 | 0.58 |
| Hex | 87 | B0 | 76 | 17 | 0 | 21 | 1F | 66 | 1B | 3A |
| Octal | 207 | 260 | 166 | 27 | 0 | 41 | 37 | 146 | 33 | 72 |
| Binary | 10000111 | 10110000 | 1110110 | 10111 | 0 | 100001 | 11111 | 1100110 | 11011 | 111010 |
Color Harmonies of #87B076
Complementary color
Monochromatic Colors of #87B076
Black with #87B076
Text Example
Text Example
White with #87B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B076; }
p { color: rgb(135,176,118); }
H1.HeaderClassName
{
color: #87B076;
}
.AnyTagClassName
{
color: #87B076;
}
</style>
background-color css
<style>
a { background-color: #87B076; }
a { background-color: rgb(135,176,118); }
div.DivClassName
{
background-color: #87B076;
}
.BgClassName
{
background-color: #87B076;
}
</style>
border-color css
<style>
span { border-color: #87B076; }
span { border-color: rgb(135,176,118); }
td.TdClassName
{
border-color: #87B076;
}
.TagClassName
{
border-color: #87B076;
}
</style>