Shades of Amulet #84B578
Tints of Amulet #84B578
RGB
CMYK
RGB Variations
Color information
#84B578 (or 0x84B578) is known color: Amulet. HEX triplet: 84, B5 and 78. RGB value is (132,181,120). Sum of RGB (Red+Green+Blue) = 132+181+120=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #84B578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B578 is #7B4A87. Grayscale: #9F9F9F. Windows color (decimal): -8080008 or 7910788. OLE color: 7910788.
HSL color Cylindrical-coordinate representation of color #84B578: hue angle of 108.2º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84B578 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 120 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.29 |
| HSL | 108.2º | 0.29% | 0.59% | - |
| HSV(B) | 108.2º | 0.34% | 0.71% | - |
| XYZ | 29.43 | 39.31 | 23.81 | - |
| YUV | 159.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 120 | 0.27 | 0 | 0.34 | 0.29 | 108.2 | 0.29 | 0.59 |
| Hex | 84 | B5 | 78 | 1B | 0 | 22 | 1D | 6C | 1D | 3B |
| Octal | 204 | 265 | 170 | 33 | 0 | 42 | 35 | 154 | 35 | 73 |
| Binary | 10000100 | 10110101 | 1111000 | 11011 | 0 | 100010 | 11101 | 1101100 | 11101 | 111011 |
Color Harmonies of #84B578
Complementary color
Monochromatic Colors of #84B578
Black with #84B578
Text Example
Text Example
White with #84B578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B578; }
p { color: rgb(132,181,120); }
H1.HeaderClassName
{
color: #84B578;
}
.AnyTagClassName
{
color: #84B578;
}
</style>
background-color css
<style>
a { background-color: #84B578; }
a { background-color: rgb(132,181,120); }
div.DivClassName
{
background-color: #84B578;
}
.BgClassName
{
background-color: #84B578;
}
</style>
border-color css
<style>
span { border-color: #84B578; }
span { border-color: rgb(132,181,120); }
td.TdClassName
{
border-color: #84B578;
}
.TagClassName
{
border-color: #84B578;
}
</style>