Shades of Amulet #84AF76
Tints of Amulet #84AF76
RGB
CMYK
RGB Variations
Color information
#84AF76 (or 0x84AF76) is known color: Amulet. HEX triplet: 84, AF and 76. RGB value is (132,175,118). Sum of RGB (Red+Green+Blue) = 132+175+118=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF76 is #7B5089. Grayscale: #9B9B9B. Windows color (decimal): -8081546 or 7778180. OLE color: 7778180.
HSL color Cylindrical-coordinate representation of color #84AF76: hue angle of 105.26º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84AF76 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 118 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.31 |
| HSL | 105.26º | 0.26% | 0.57% | - |
| HSV(B) | 105.26º | 0.33% | 0.69% | - |
| XYZ | 28.12 | 36.87 | 22.77 | - |
| YUV | 155.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 118 | 0.25 | 0 | 0.33 | 0.31 | 105.26 | 0.26 | 0.57 |
| Hex | 84 | AF | 76 | 19 | 0 | 21 | 1F | 69 | 1A | 39 |
| Octal | 204 | 257 | 166 | 31 | 0 | 41 | 37 | 151 | 32 | 71 |
| Binary | 10000100 | 10101111 | 1110110 | 11001 | 0 | 100001 | 11111 | 1101001 | 11010 | 111001 |
Color Harmonies of #84AF76
Complementary color
Monochromatic Colors of #84AF76
Black with #84AF76
Text Example
Text Example
White with #84AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF76; }
p { color: rgb(132,175,118); }
H1.HeaderClassName
{
color: #84AF76;
}
.AnyTagClassName
{
color: #84AF76;
}
</style>
background-color css
<style>
a { background-color: #84AF76; }
a { background-color: rgb(132,175,118); }
div.DivClassName
{
background-color: #84AF76;
}
.BgClassName
{
background-color: #84AF76;
}
</style>
border-color css
<style>
span { border-color: #84AF76; }
span { border-color: rgb(132,175,118); }
td.TdClassName
{
border-color: #84AF76;
}
.TagClassName
{
border-color: #84AF76;
}
</style>