Shades of Amulet #84B071
Tints of Amulet #84B071
RGB
CMYK
RGB Variations
Color information
#84B071 (or 0x84B071) is known color: Amulet. HEX triplet: 84, B0 and 71. RGB value is (132,176,113). Sum of RGB (Red+Green+Blue) = 132+176+113=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #84B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B071 is #7B4F8E. Grayscale: #9B9B9B. Windows color (decimal): -8081295 or 7450756. OLE color: 7450756.
HSL color Cylindrical-coordinate representation of color #84B071: hue angle of 101.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B071 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 113 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.31 |
| HSL | 101.9º | 0.29% | 0.57% | - |
| HSV(B) | 101.9º | 0.36% | 0.69% | - |
| XYZ | 28.02 | 37.15 | 21.32 | - |
| YUV | 155.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 113 | 0.25 | 0 | 0.36 | 0.31 | 101.9 | 0.29 | 0.57 |
| Hex | 84 | B0 | 71 | 19 | 0 | 24 | 1F | 66 | 1D | 39 |
| Octal | 204 | 260 | 161 | 31 | 0 | 44 | 37 | 146 | 35 | 71 |
| Binary | 10000100 | 10110000 | 1110001 | 11001 | 0 | 100100 | 11111 | 1100110 | 11101 | 111001 |
Color Harmonies of #84B071
Complementary color
Monochromatic Colors of #84B071
Black with #84B071
Text Example
Text Example
White with #84B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B071; }
p { color: rgb(132,176,113); }
H1.HeaderClassName
{
color: #84B071;
}
.AnyTagClassName
{
color: #84B071;
}
</style>
background-color css
<style>
a { background-color: #84B071; }
a { background-color: rgb(132,176,113); }
div.DivClassName
{
background-color: #84B071;
}
.BgClassName
{
background-color: #84B071;
}
</style>
border-color css
<style>
span { border-color: #84B071; }
span { border-color: rgb(132,176,113); }
td.TdClassName
{
border-color: #84B071;
}
.TagClassName
{
border-color: #84B071;
}
</style>