Shades of Amulet #84B673
Tints of Amulet #84B673
RGB
CMYK
RGB Variations
Color information
#84B673 (or 0x84B673) is known color: Amulet. HEX triplet: 84, B6 and 73. RGB value is (132,182,115). Sum of RGB (Red+Green+Blue) = 132+182+115=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #84B673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B673 is #7B498C. Grayscale: #9F9F9F. Windows color (decimal): -8079757 or 7583364. OLE color: 7583364.
HSL color Cylindrical-coordinate representation of color #84B673: hue angle of 104.78º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84B673 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 115 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.29 |
| HSL | 104.78º | 0.31% | 0.58% | - |
| HSV(B) | 104.78º | 0.37% | 0.71% | - |
| XYZ | 29.34 | 39.6 | 22.32 | - |
| YUV | 159.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 115 | 0.27 | 0 | 0.37 | 0.29 | 104.78 | 0.31 | 0.58 |
| Hex | 84 | B6 | 73 | 1B | 0 | 25 | 1D | 69 | 1F | 3A |
| Octal | 204 | 266 | 163 | 33 | 0 | 45 | 35 | 151 | 37 | 72 |
| Binary | 10000100 | 10110110 | 1110011 | 11011 | 0 | 100101 | 11101 | 1101001 | 11111 | 111010 |
Color Harmonies of #84B673
Complementary color
Monochromatic Colors of #84B673
Black with #84B673
Text Example
Text Example
White with #84B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B673; }
p { color: rgb(132,182,115); }
H1.HeaderClassName
{
color: #84B673;
}
.AnyTagClassName
{
color: #84B673;
}
</style>
background-color css
<style>
a { background-color: #84B673; }
a { background-color: rgb(132,182,115); }
div.DivClassName
{
background-color: #84B673;
}
.BgClassName
{
background-color: #84B673;
}
</style>
border-color css
<style>
span { border-color: #84B673; }
span { border-color: rgb(132,182,115); }
td.TdClassName
{
border-color: #84B673;
}
.TagClassName
{
border-color: #84B673;
}
</style>