Shades of Amulet #84AB76
Tints of Amulet #84AB76
RGB
CMYK
RGB Variations
Color information
#84AB76 (or 0x84AB76) is known color: Amulet. HEX triplet: 84, AB and 76. RGB value is (132,171,118). Sum of RGB (Red+Green+Blue) = 132+171+118=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AB76 is #7B5489. Grayscale: #999999. Windows color (decimal): -8082570 or 7777156. OLE color: 7777156.
HSL color Cylindrical-coordinate representation of color #84AB76: hue angle of 104.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84AB76 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 118 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.33 |
| HSL | 104.15º | 0.24% | 0.57% | - |
| HSV(B) | 104.15º | 0.31% | 0.67% | - |
| XYZ | 27.35 | 35.34 | 22.52 | - |
| YUV | 153.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 118 | 0.23 | 0 | 0.31 | 0.33 | 104.15 | 0.24 | 0.57 |
| Hex | 84 | AB | 76 | 17 | 0 | 1F | 21 | 68 | 18 | 39 |
| Octal | 204 | 253 | 166 | 27 | 0 | 37 | 41 | 150 | 30 | 71 |
| Binary | 10000100 | 10101011 | 1110110 | 10111 | 0 | 11111 | 100001 | 1101000 | 11000 | 111001 |
Color Harmonies of #84AB76
Complementary color
Monochromatic Colors of #84AB76
Black with #84AB76
Text Example
Text Example
White with #84AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB76; }
p { color: rgb(132,171,118); }
H1.HeaderClassName
{
color: #84AB76;
}
.AnyTagClassName
{
color: #84AB76;
}
</style>
background-color css
<style>
a { background-color: #84AB76; }
a { background-color: rgb(132,171,118); }
div.DivClassName
{
background-color: #84AB76;
}
.BgClassName
{
background-color: #84AB76;
}
</style>
border-color css
<style>
span { border-color: #84AB76; }
span { border-color: rgb(132,171,118); }
td.TdClassName
{
border-color: #84AB76;
}
.TagClassName
{
border-color: #84AB76;
}
</style>