Shades of Amulet #84B370
Tints of Amulet #84B370
RGB
CMYK
RGB Variations
Color information
#84B370 (or 0x84B370) is known color: Amulet. HEX triplet: 84, B3 and 70. RGB value is (132,179,112). Sum of RGB (Red+Green+Blue) = 132+179+112=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #84B370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B370 is #7B4C8F. Grayscale: #9D9D9D. Windows color (decimal): -8080528 or 7385988. OLE color: 7385988.
HSL color Cylindrical-coordinate representation of color #84B370: hue angle of 102.09º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84B370 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 112 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.30 |
| HSL | 102.09º | 0.31% | 0.57% | - |
| HSV(B) | 102.09º | 0.37% | 0.7% | - |
| XYZ | 28.56 | 38.32 | 21.22 | - |
| YUV | 157.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 112 | 0.26 | 0 | 0.37 | 0.30 | 102.09 | 0.31 | 0.57 |
| Hex | 84 | B3 | 70 | 1A | 0 | 25 | 1E | 66 | 1F | 39 |
| Octal | 204 | 263 | 160 | 32 | 0 | 45 | 36 | 146 | 37 | 71 |
| Binary | 10000100 | 10110011 | 1110000 | 11010 | 0 | 100101 | 11110 | 1100110 | 11111 | 111001 |
Color Harmonies of #84B370
Complementary color
Monochromatic Colors of #84B370
Black with #84B370
Text Example
Text Example
White with #84B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B370; }
p { color: rgb(132,179,112); }
H1.HeaderClassName
{
color: #84B370;
}
.AnyTagClassName
{
color: #84B370;
}
</style>
background-color css
<style>
a { background-color: #84B370; }
a { background-color: rgb(132,179,112); }
div.DivClassName
{
background-color: #84B370;
}
.BgClassName
{
background-color: #84B370;
}
</style>
border-color css
<style>
span { border-color: #84B370; }
span { border-color: rgb(132,179,112); }
td.TdClassName
{
border-color: #84B370;
}
.TagClassName
{
border-color: #84B370;
}
</style>