Shades of Amulet #87B16E
Tints of Amulet #87B16E
RGB
CMYK
RGB Variations
Color information
#87B16E (or 0x87B16E) is known color: Amulet. HEX triplet: 87, B1 and 6E. RGB value is (135,177,110). Sum of RGB (Red+Green+Blue) = 135+177+110=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #87B16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87B16E is #784E91. Grayscale: #9D9D9D. Windows color (decimal): -7884434 or 7254407. OLE color: 7254407.
HSL color Cylindrical-coordinate representation of color #87B16E: hue angle of 97.61º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87B16E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 177 | 110 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.31 |
| HSL | 97.61º | 0.3% | 0.56% | - |
| HSV(B) | 97.61º | 0.38% | 0.69% | - |
| XYZ | 28.53 | 37.72 | 20.53 | - |
| YUV | 156.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 110 | 0.24 | 0 | 0.38 | 0.31 | 97.61 | 0.3 | 0.56 |
| Hex | 87 | B1 | 6E | 18 | 0 | 26 | 1F | 62 | 1E | 38 |
| Octal | 207 | 261 | 156 | 30 | 0 | 46 | 37 | 142 | 36 | 70 |
| Binary | 10000111 | 10110001 | 1101110 | 11000 | 0 | 100110 | 11111 | 1100010 | 11110 | 111000 |
Color Harmonies of #87B16E
Complementary color
Monochromatic Colors of #87B16E
Black with #87B16E
Text Example
Text Example
White with #87B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B16E; }
p { color: rgb(135,177,110); }
H1.HeaderClassName
{
color: #87B16E;
}
.AnyTagClassName
{
color: #87B16E;
}
</style>
background-color css
<style>
a { background-color: #87B16E; }
a { background-color: rgb(135,177,110); }
div.DivClassName
{
background-color: #87B16E;
}
.BgClassName
{
background-color: #87B16E;
}
</style>
border-color css
<style>
span { border-color: #87B16E; }
span { border-color: rgb(135,177,110); }
td.TdClassName
{
border-color: #87B16E;
}
.TagClassName
{
border-color: #87B16E;
}
</style>