Shades of Amulet #84B06F
Tints of Amulet #84B06F
RGB
CMYK
RGB Variations
Color information
#84B06F (or 0x84B06F) is known color: Amulet. HEX triplet: 84, B0 and 6F. RGB value is (132,176,111). Sum of RGB (Red+Green+Blue) = 132+176+111=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #84B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B06F is #7B4F90. Grayscale: #9B9B9B. Windows color (decimal): -8081297 or 7319684. OLE color: 7319684.
HSL color Cylindrical-coordinate representation of color #84B06F: hue angle of 100.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84B06F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 111 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.31 |
| HSL | 100.62º | 0.29% | 0.56% | - |
| HSV(B) | 100.62º | 0.37% | 0.69% | - |
| XYZ | 27.91 | 37.1 | 20.73 | - |
| YUV | 155.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 111 | 0.25 | 0 | 0.37 | 0.31 | 100.62 | 0.29 | 0.56 |
| Hex | 84 | B0 | 6F | 19 | 0 | 25 | 1F | 65 | 1D | 38 |
| Octal | 204 | 260 | 157 | 31 | 0 | 45 | 37 | 145 | 35 | 70 |
| Binary | 10000100 | 10110000 | 1101111 | 11001 | 0 | 100101 | 11111 | 1100101 | 11101 | 111000 |
Color Harmonies of #84B06F
Complementary color
Monochromatic Colors of #84B06F
Black with #84B06F
Text Example
Text Example
White with #84B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B06F; }
p { color: rgb(132,176,111); }
H1.HeaderClassName
{
color: #84B06F;
}
.AnyTagClassName
{
color: #84B06F;
}
</style>
background-color css
<style>
a { background-color: #84B06F; }
a { background-color: rgb(132,176,111); }
div.DivClassName
{
background-color: #84B06F;
}
.BgClassName
{
background-color: #84B06F;
}
</style>
border-color css
<style>
span { border-color: #84B06F; }
span { border-color: rgb(132,176,111); }
td.TdClassName
{
border-color: #84B06F;
}
.TagClassName
{
border-color: #84B06F;
}
</style>