Shades of Amulet #87B377
Tints of Amulet #87B377
RGB
CMYK
RGB Variations
Color information
#87B377 (or 0x87B377) is known color: Amulet. HEX triplet: 87, B3 and 77. RGB value is (135,179,119). Sum of RGB (Red+Green+Blue) = 135+179+119=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #87B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B377 is #784C88. Grayscale: #9F9F9F. Windows color (decimal): -7883913 or 7844743. OLE color: 7844743.
HSL color Cylindrical-coordinate representation of color #87B377: hue angle of 104º 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 #87B377 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 179 | 119 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.30 |
| HSL | 104º | 0.28% | 0.58% | - |
| HSV(B) | 104º | 0.34% | 0.7% | - |
| XYZ | 29.44 | 38.72 | 23.38 | - |
| YUV | 159 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 179 | 119 | 0.25 | 0 | 0.34 | 0.30 | 104 | 0.28 | 0.58 |
| Hex | 87 | B3 | 77 | 19 | 0 | 22 | 1E | 68 | 1C | 3A |
| Octal | 207 | 263 | 167 | 31 | 0 | 42 | 36 | 150 | 34 | 72 |
| Binary | 10000111 | 10110011 | 1110111 | 11001 | 0 | 100010 | 11110 | 1101000 | 11100 | 111010 |
Color Harmonies of #87B377
Complementary color
Monochromatic Colors of #87B377
Black with #87B377
Text Example
Text Example
White with #87B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B377; }
p { color: rgb(135,179,119); }
H1.HeaderClassName
{
color: #87B377;
}
.AnyTagClassName
{
color: #87B377;
}
</style>
background-color css
<style>
a { background-color: #87B377; }
a { background-color: rgb(135,179,119); }
div.DivClassName
{
background-color: #87B377;
}
.BgClassName
{
background-color: #87B377;
}
</style>
border-color css
<style>
span { border-color: #87B377; }
span { border-color: rgb(135,179,119); }
td.TdClassName
{
border-color: #87B377;
}
.TagClassName
{
border-color: #87B377;
}
</style>