Shades of Amulet #84B875
Tints of Amulet #84B875
RGB
CMYK
RGB Variations
Color information
#84B875 (or 0x84B875) is known color: Amulet. HEX triplet: 84, B8 and 75. RGB value is (132,184,117). Sum of RGB (Red+Green+Blue) = 132+184+117=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #84B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B875 is #7B478A. Grayscale: #A1A1A1. Windows color (decimal): -8079243 or 7714948. OLE color: 7714948.
HSL color Cylindrical-coordinate representation of color #84B875: hue angle of 106.57º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B875 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 117 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.28 |
| HSL | 106.57º | 0.32% | 0.59% | - |
| HSV(B) | 106.57º | 0.36% | 0.72% | - |
| XYZ | 29.87 | 40.47 | 23.07 | - |
| YUV | 160.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 117 | 0.28 | 0 | 0.36 | 0.28 | 106.57 | 0.32 | 0.59 |
| Hex | 84 | B8 | 75 | 1C | 0 | 24 | 1C | 6B | 20 | 3B |
| Octal | 204 | 270 | 165 | 34 | 0 | 44 | 34 | 153 | 40 | 73 |
| Binary | 10000100 | 10111000 | 1110101 | 11100 | 0 | 100100 | 11100 | 1101011 | 100000 | 111011 |
Color Harmonies of #84B875
Complementary color
Monochromatic Colors of #84B875
Black with #84B875
Text Example
Text Example
White with #84B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B875; }
p { color: rgb(132,184,117); }
H1.HeaderClassName
{
color: #84B875;
}
.AnyTagClassName
{
color: #84B875;
}
</style>
background-color css
<style>
a { background-color: #84B875; }
a { background-color: rgb(132,184,117); }
div.DivClassName
{
background-color: #84B875;
}
.BgClassName
{
background-color: #84B875;
}
</style>
border-color css
<style>
span { border-color: #84B875; }
span { border-color: rgb(132,184,117); }
td.TdClassName
{
border-color: #84B875;
}
.TagClassName
{
border-color: #84B875;
}
</style>