Shades of Amulet #879F73
Tints of Amulet #879F73
RGB
CMYK
RGB Variations
Color information
#879F73 (or 0x879F73) is known color: Amulet. HEX triplet: 87, 9F and 73. RGB value is (135,159,115). Sum of RGB (Red+Green+Blue) = 135+159+115=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #879F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F73 is #78608C. Grayscale: #929292. Windows color (decimal): -7889037 or 7577479. OLE color: 7577479.
HSL color Cylindrical-coordinate representation of color #879F73: hue angle of 92.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #879F73 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 115 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.38 |
| HSL | 92.73º | 0.19% | 0.54% | - |
| HSV(B) | 92.73º | 0.28% | 0.62% | - |
| XYZ | 25.48 | 31.18 | 20.9 | - |
| YUV | 146.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 115 | 0.15 | 0 | 0.28 | 0.38 | 92.73 | 0.19 | 0.54 |
| Hex | 87 | 9F | 73 | F | 0 | 1C | 26 | 5D | 13 | 36 |
| Octal | 207 | 237 | 163 | 17 | 0 | 34 | 46 | 135 | 23 | 66 |
| Binary | 10000111 | 10011111 | 1110011 | 1111 | 0 | 11100 | 100110 | 1011101 | 10011 | 110110 |
Color Harmonies of #879F73
Complementary color
Monochromatic Colors of #879F73
Black with #879F73
Text Example
Text Example
White with #879F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F73; }
p { color: rgb(135,159,115); }
H1.HeaderClassName
{
color: #879F73;
}
.AnyTagClassName
{
color: #879F73;
}
</style>
background-color css
<style>
a { background-color: #879F73; }
a { background-color: rgb(135,159,115); }
div.DivClassName
{
background-color: #879F73;
}
.BgClassName
{
background-color: #879F73;
}
</style>
border-color css
<style>
span { border-color: #879F73; }
span { border-color: rgb(135,159,115); }
td.TdClassName
{
border-color: #879F73;
}
.TagClassName
{
border-color: #879F73;
}
</style>