Shades of Amulet #84B675
Tints of Amulet #84B675
RGB
CMYK
RGB Variations
Color information
#84B675 (or 0x84B675) is known color: Amulet. HEX triplet: 84, B6 and 75. RGB value is (132,182,117). Sum of RGB (Red+Green+Blue) = 132+182+117=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #84B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B675 is #7B498A. Grayscale: #9F9F9F. Windows color (decimal): -8079755 or 7714436. OLE color: 7714436.
HSL color Cylindrical-coordinate representation of color #84B675: hue angle of 106.15º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B675 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 117 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.29 |
| HSL | 106.15º | 0.31% | 0.59% | - |
| HSV(B) | 106.15º | 0.36% | 0.71% | - |
| XYZ | 29.45 | 39.65 | 22.93 | - |
| YUV | 159.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 117 | 0.27 | 0 | 0.36 | 0.29 | 106.15 | 0.31 | 0.59 |
| Hex | 84 | B6 | 75 | 1B | 0 | 24 | 1D | 6A | 1F | 3B |
| Octal | 204 | 266 | 165 | 33 | 0 | 44 | 35 | 152 | 37 | 73 |
| Binary | 10000100 | 10110110 | 1110101 | 11011 | 0 | 100100 | 11101 | 1101010 | 11111 | 111011 |
Color Harmonies of #84B675
Complementary color
Monochromatic Colors of #84B675
Black with #84B675
Text Example
Text Example
White with #84B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B675; }
p { color: rgb(132,182,117); }
H1.HeaderClassName
{
color: #84B675;
}
.AnyTagClassName
{
color: #84B675;
}
</style>
background-color css
<style>
a { background-color: #84B675; }
a { background-color: rgb(132,182,117); }
div.DivClassName
{
background-color: #84B675;
}
.BgClassName
{
background-color: #84B675;
}
</style>
border-color css
<style>
span { border-color: #84B675; }
span { border-color: rgb(132,182,117); }
td.TdClassName
{
border-color: #84B675;
}
.TagClassName
{
border-color: #84B675;
}
</style>