Shades of Amulet #84B37A
Tints of Amulet #84B37A
RGB
CMYK
RGB Variations
Color information
#84B37A (or 0x84B37A) is known color: Amulet. HEX triplet: 84, B3 and 7A. RGB value is (132,179,122). Sum of RGB (Red+Green+Blue) = 132+179+122=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #84B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B37A is #7B4C85. Grayscale: #9E9E9E. Windows color (decimal): -8080518 or 8041348. OLE color: 8041348.
HSL color Cylindrical-coordinate representation of color #84B37A: hue angle of 109.47º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84B37A is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 122 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.30 |
| HSL | 109.47º | 0.27% | 0.59% | - |
| HSV(B) | 109.47º | 0.32% | 0.7% | - |
| XYZ | 29.15 | 38.55 | 24.32 | - |
| YUV | 158.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 122 | 0.26 | 0 | 0.32 | 0.30 | 109.47 | 0.27 | 0.59 |
| Hex | 84 | B3 | 7A | 1A | 0 | 20 | 1E | 6D | 1B | 3B |
| Octal | 204 | 263 | 172 | 32 | 0 | 40 | 36 | 155 | 33 | 73 |
| Binary | 10000100 | 10110011 | 1111010 | 11010 | 0 | 100000 | 11110 | 1101101 | 11011 | 111011 |
Color Harmonies of #84B37A
Complementary color
Monochromatic Colors of #84B37A
Black with #84B37A
Text Example
Text Example
White with #84B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B37A; }
p { color: rgb(132,179,122); }
H1.HeaderClassName
{
color: #84B37A;
}
.AnyTagClassName
{
color: #84B37A;
}
</style>
background-color css
<style>
a { background-color: #84B37A; }
a { background-color: rgb(132,179,122); }
div.DivClassName
{
background-color: #84B37A;
}
.BgClassName
{
background-color: #84B37A;
}
</style>
border-color css
<style>
span { border-color: #84B37A; }
span { border-color: rgb(132,179,122); }
td.TdClassName
{
border-color: #84B37A;
}
.TagClassName
{
border-color: #84B37A;
}
</style>