Shades of Amulet #84A86E
Tints of Amulet #84A86E
RGB
CMYK
RGB Variations
Color information
#84A86E (or 0x84A86E) is known color: Amulet. HEX triplet: 84, A8 and 6E. RGB value is (132,168,110). Sum of RGB (Red+Green+Blue) = 132+168+110=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 168 - color contains mainly: green. Hex color #84A86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A86E is #7B5791. Grayscale: #969696. Windows color (decimal): -8083346 or 7252100. OLE color: 7252100.
HSL color Cylindrical-coordinate representation of color #84A86E: hue angle of 97.24º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84A86E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 110 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.34 |
| HSL | 97.24º | 0.25% | 0.55% | - |
| HSV(B) | 97.24º | 0.35% | 0.66% | - |
| XYZ | 26.33 | 34.04 | 19.93 | - |
| YUV | 150.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 110 | 0.21 | 0 | 0.35 | 0.34 | 97.24 | 0.25 | 0.55 |
| Hex | 84 | A8 | 6E | 15 | 0 | 23 | 22 | 61 | 19 | 37 |
| Octal | 204 | 250 | 156 | 25 | 0 | 43 | 42 | 141 | 31 | 67 |
| Binary | 10000100 | 10101000 | 1101110 | 10101 | 0 | 100011 | 100010 | 1100001 | 11001 | 110111 |
Color Harmonies of #84A86E
Complementary color
Monochromatic Colors of #84A86E
Black with #84A86E
Text Example
Text Example
White with #84A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A86E; }
p { color: rgb(132,168,110); }
H1.HeaderClassName
{
color: #84A86E;
}
.AnyTagClassName
{
color: #84A86E;
}
</style>
background-color css
<style>
a { background-color: #84A86E; }
a { background-color: rgb(132,168,110); }
div.DivClassName
{
background-color: #84A86E;
}
.BgClassName
{
background-color: #84A86E;
}
</style>
border-color css
<style>
span { border-color: #84A86E; }
span { border-color: rgb(132,168,110); }
td.TdClassName
{
border-color: #84A86E;
}
.TagClassName
{
border-color: #84A86E;
}
</style>