Shades of Amulet #87B57A
Tints of Amulet #87B57A
RGB
CMYK
RGB Variations
Color information
#87B57A (or 0x87B57A) is known color: Amulet. HEX triplet: 87, B5 and 7A. RGB value is (135,181,122). Sum of RGB (Red+Green+Blue) = 135+181+122=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #87B57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B57A is #784A85. Grayscale: #A0A0A0. Windows color (decimal): -7883398 or 8041863. OLE color: 8041863.
HSL color Cylindrical-coordinate representation of color #87B57A: hue angle of 106.78º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87B57A is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 181 | 122 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.29 |
| HSL | 106.78º | 0.29% | 0.59% | - |
| HSV(B) | 106.78º | 0.33% | 0.71% | - |
| XYZ | 30.03 | 39.6 | 24.47 | - |
| YUV | 160.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 181 | 122 | 0.25 | 0 | 0.33 | 0.29 | 106.78 | 0.29 | 0.59 |
| Hex | 87 | B5 | 7A | 19 | 0 | 21 | 1D | 6B | 1D | 3B |
| Octal | 207 | 265 | 172 | 31 | 0 | 41 | 35 | 153 | 35 | 73 |
| Binary | 10000111 | 10110101 | 1111010 | 11001 | 0 | 100001 | 11101 | 1101011 | 11101 | 111011 |
Color Harmonies of #87B57A
Complementary color
Monochromatic Colors of #87B57A
Black with #87B57A
Text Example
Text Example
White with #87B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B57A; }
p { color: rgb(135,181,122); }
H1.HeaderClassName
{
color: #87B57A;
}
.AnyTagClassName
{
color: #87B57A;
}
</style>
background-color css
<style>
a { background-color: #87B57A; }
a { background-color: rgb(135,181,122); }
div.DivClassName
{
background-color: #87B57A;
}
.BgClassName
{
background-color: #87B57A;
}
</style>
border-color css
<style>
span { border-color: #87B57A; }
span { border-color: rgb(135,181,122); }
td.TdClassName
{
border-color: #87B57A;
}
.TagClassName
{
border-color: #87B57A;
}
</style>