Shades of Amulet #84AF6C
Tints of Amulet #84AF6C
RGB
CMYK
RGB Variations
Color information
#84AF6C (or 0x84AF6C) is known color: Amulet. HEX triplet: 84, AF and 6C. RGB value is (132,175,108). Sum of RGB (Red+Green+Blue) = 132+175+108=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF6C is #7B5093. Grayscale: #9A9A9A. Windows color (decimal): -8081556 or 7122820. OLE color: 7122820.
HSL color Cylindrical-coordinate representation of color #84AF6C: hue angle of 98.51º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84AF6C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 108 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.31 |
| HSL | 98.51º | 0.3% | 0.55% | - |
| HSV(B) | 98.51º | 0.38% | 0.69% | - |
| XYZ | 27.55 | 36.65 | 19.81 | - |
| YUV | 154.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 108 | 0.25 | 0 | 0.38 | 0.31 | 98.51 | 0.3 | 0.55 |
| Hex | 84 | AF | 6C | 19 | 0 | 26 | 1F | 63 | 1E | 37 |
| Octal | 204 | 257 | 154 | 31 | 0 | 46 | 37 | 143 | 36 | 67 |
| Binary | 10000100 | 10101111 | 1101100 | 11001 | 0 | 100110 | 11111 | 1100011 | 11110 | 110111 |
Color Harmonies of #84AF6C
Complementary color
Monochromatic Colors of #84AF6C
Black with #84AF6C
Text Example
Text Example
White with #84AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF6C; }
p { color: rgb(132,175,108); }
H1.HeaderClassName
{
color: #84AF6C;
}
.AnyTagClassName
{
color: #84AF6C;
}
</style>
background-color css
<style>
a { background-color: #84AF6C; }
a { background-color: rgb(132,175,108); }
div.DivClassName
{
background-color: #84AF6C;
}
.BgClassName
{
background-color: #84AF6C;
}
</style>
border-color css
<style>
span { border-color: #84AF6C; }
span { border-color: rgb(132,175,108); }
td.TdClassName
{
border-color: #84AF6C;
}
.TagClassName
{
border-color: #84AF6C;
}
</style>