Shades of Amulet #84957F
Tints of Amulet #84957F
RGB
CMYK
RGB Variations
Color information
#84957F (or 0x84957F) is known color: Amulet. HEX triplet: 84, 95 and 7F. RGB value is (132,149,127). Sum of RGB (Red+Green+Blue) = 132+149+127=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #84957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84957F is #7B6A80. Grayscale: #8D8D8D. Windows color (decimal): -8088193 or 8361348. OLE color: 8361348.
HSL color Cylindrical-coordinate representation of color #84957F: hue angle of 106.36º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84957F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 127 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.42 |
| HSL | 106.36º | 0.09% | 0.54% | - |
| HSV(B) | 106.36º | 0.15% | 0.58% | - |
| XYZ | 24.09 | 27.93 | 24.2 | - |
| YUV | 141.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 127 | 0.11 | 0 | 0.15 | 0.42 | 106.36 | 0.09 | 0.54 |
| Hex | 84 | 95 | 7F | B | 0 | F | 2A | 6A | 9 | 36 |
| Octal | 204 | 225 | 177 | 13 | 0 | 17 | 52 | 152 | 11 | 66 |
| Binary | 10000100 | 10010101 | 1111111 | 1011 | 0 | 1111 | 101010 | 1101010 | 1001 | 110110 |
Color Harmonies of #84957F
Complementary color
Monochromatic Colors of #84957F
Black with #84957F
Text Example
Text Example
White with #84957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84957F; }
p { color: rgb(132,149,127); }
H1.HeaderClassName
{
color: #84957F;
}
.AnyTagClassName
{
color: #84957F;
}
</style>
background-color css
<style>
a { background-color: #84957F; }
a { background-color: rgb(132,149,127); }
div.DivClassName
{
background-color: #84957F;
}
.BgClassName
{
background-color: #84957F;
}
</style>
border-color css
<style>
span { border-color: #84957F; }
span { border-color: rgb(132,149,127); }
td.TdClassName
{
border-color: #84957F;
}
.TagClassName
{
border-color: #84957F;
}
</style>