Shades of Amulet #84A17B
Tints of Amulet #84A17B
RGB
CMYK
RGB Variations
Color information
#84A17B (or 0x84A17B) is known color: Amulet. HEX triplet: 84, A1 and 7B. RGB value is (132,161,123). Sum of RGB (Red+Green+Blue) = 132+161+123=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #84A17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A17B is #7B5E84. Grayscale: #949494. Windows color (decimal): -8085125 or 8102276. OLE color: 8102276.
HSL color Cylindrical-coordinate representation of color #84A17B: hue angle of 105.79º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84A17B is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 123 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.37 |
| HSL | 105.79º | 0.17% | 0.56% | - |
| HSV(B) | 105.79º | 0.24% | 0.63% | - |
| XYZ | 25.84 | 31.83 | 23.52 | - |
| YUV | 148 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 123 | 0.18 | 0 | 0.24 | 0.37 | 105.79 | 0.17 | 0.56 |
| Hex | 84 | A1 | 7B | 12 | 0 | 18 | 25 | 6A | 11 | 38 |
| Octal | 204 | 241 | 173 | 22 | 0 | 30 | 45 | 152 | 21 | 70 |
| Binary | 10000100 | 10100001 | 1111011 | 10010 | 0 | 11000 | 100101 | 1101010 | 10001 | 111000 |
Color Harmonies of #84A17B
Complementary color
Monochromatic Colors of #84A17B
Black with #84A17B
Text Example
Text Example
White with #84A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A17B; }
p { color: rgb(132,161,123); }
H1.HeaderClassName
{
color: #84A17B;
}
.AnyTagClassName
{
color: #84A17B;
}
</style>
background-color css
<style>
a { background-color: #84A17B; }
a { background-color: rgb(132,161,123); }
div.DivClassName
{
background-color: #84A17B;
}
.BgClassName
{
background-color: #84A17B;
}
</style>
border-color css
<style>
span { border-color: #84A17B; }
span { border-color: rgb(132,161,123); }
td.TdClassName
{
border-color: #84A17B;
}
.TagClassName
{
border-color: #84A17B;
}
</style>