Shades of Amulet #879F70
Tints of Amulet #879F70
RGB
CMYK
RGB Variations
Color information
#879F70 (or 0x879F70) is known color: Amulet. HEX triplet: 87, 9F and 70. RGB value is (135,159,112). Sum of RGB (Red+Green+Blue) = 135+159+112=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #879F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F70 is #78608F. Grayscale: #929292. Windows color (decimal): -7889040 or 7380871. OLE color: 7380871.
HSL color Cylindrical-coordinate representation of color #879F70: hue angle of 90.64º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879F70 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 112 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.38 |
| HSL | 90.64º | 0.2% | 0.53% | - |
| HSV(B) | 90.64º | 0.3% | 0.62% | - |
| XYZ | 25.31 | 31.12 | 20 | - |
| YUV | 146.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 112 | 0.15 | 0 | 0.30 | 0.38 | 90.64 | 0.2 | 0.53 |
| Hex | 87 | 9F | 70 | F | 0 | 1E | 26 | 5B | 14 | 35 |
| Octal | 207 | 237 | 160 | 17 | 0 | 36 | 46 | 133 | 24 | 65 |
| Binary | 10000111 | 10011111 | 1110000 | 1111 | 0 | 11110 | 100110 | 1011011 | 10100 | 110101 |
Color Harmonies of #879F70
Complementary color
Monochromatic Colors of #879F70
Black with #879F70
Text Example
Text Example
White with #879F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F70; }
p { color: rgb(135,159,112); }
H1.HeaderClassName
{
color: #879F70;
}
.AnyTagClassName
{
color: #879F70;
}
</style>
background-color css
<style>
a { background-color: #879F70; }
a { background-color: rgb(135,159,112); }
div.DivClassName
{
background-color: #879F70;
}
.BgClassName
{
background-color: #879F70;
}
</style>
border-color css
<style>
span { border-color: #879F70; }
span { border-color: rgb(135,159,112); }
td.TdClassName
{
border-color: #879F70;
}
.TagClassName
{
border-color: #879F70;
}
</style>