Shades of Amulet #84B877
Tints of Amulet #84B877
RGB
CMYK
RGB Variations
Color information
#84B877 (or 0x84B877) is known color: Amulet. HEX triplet: 84, B8 and 77. RGB value is (132,184,119). Sum of RGB (Red+Green+Blue) = 132+184+119=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #84B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B877 is #7B4788. Grayscale: #A1A1A1. Windows color (decimal): -8079241 or 7846020. OLE color: 7846020.
HSL color Cylindrical-coordinate representation of color #84B877: hue angle of 108º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84B877 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 119 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.28 |
| HSL | 108º | 0.31% | 0.59% | - |
| HSV(B) | 108º | 0.35% | 0.72% | - |
| XYZ | 29.99 | 40.52 | 23.69 | - |
| YUV | 161.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 119 | 0.28 | 0 | 0.35 | 0.28 | 108 | 0.31 | 0.59 |
| Hex | 84 | B8 | 77 | 1C | 0 | 23 | 1C | 6C | 1F | 3B |
| Octal | 204 | 270 | 167 | 34 | 0 | 43 | 34 | 154 | 37 | 73 |
| Binary | 10000100 | 10111000 | 1110111 | 11100 | 0 | 100011 | 11100 | 1101100 | 11111 | 111011 |
Color Harmonies of #84B877
Complementary color
Monochromatic Colors of #84B877
Black with #84B877
Text Example
Text Example
White with #84B877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B877; }
p { color: rgb(132,184,119); }
H1.HeaderClassName
{
color: #84B877;
}
.AnyTagClassName
{
color: #84B877;
}
</style>
background-color css
<style>
a { background-color: #84B877; }
a { background-color: rgb(132,184,119); }
div.DivClassName
{
background-color: #84B877;
}
.BgClassName
{
background-color: #84B877;
}
</style>
border-color css
<style>
span { border-color: #84B877; }
span { border-color: rgb(132,184,119); }
td.TdClassName
{
border-color: #84B877;
}
.TagClassName
{
border-color: #84B877;
}
</style>