Shades of Amulet #84AF6D
Tints of Amulet #84AF6D
RGB
CMYK
RGB Variations
Color information
#84AF6D (or 0x84AF6D) is known color: Amulet. HEX triplet: 84, AF and 6D. RGB value is (132,175,109). Sum of RGB (Red+Green+Blue) = 132+175+109=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF6D is #7B5092. Grayscale: #9A9A9A. Windows color (decimal): -8081555 or 7188356. OLE color: 7188356.
HSL color Cylindrical-coordinate representation of color #84AF6D: hue angle of 99.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84AF6D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 109 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.31 |
| HSL | 99.09º | 0.29% | 0.56% | - |
| HSV(B) | 99.09º | 0.38% | 0.69% | - |
| XYZ | 27.61 | 36.67 | 20.09 | - |
| YUV | 154.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 109 | 0.25 | 0 | 0.38 | 0.31 | 99.09 | 0.29 | 0.56 |
| Hex | 84 | AF | 6D | 19 | 0 | 26 | 1F | 63 | 1D | 38 |
| Octal | 204 | 257 | 155 | 31 | 0 | 46 | 37 | 143 | 35 | 70 |
| Binary | 10000100 | 10101111 | 1101101 | 11001 | 0 | 100110 | 11111 | 1100011 | 11101 | 111000 |
Color Harmonies of #84AF6D
Complementary color
Monochromatic Colors of #84AF6D
Black with #84AF6D
Text Example
Text Example
White with #84AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF6D; }
p { color: rgb(132,175,109); }
H1.HeaderClassName
{
color: #84AF6D;
}
.AnyTagClassName
{
color: #84AF6D;
}
</style>
background-color css
<style>
a { background-color: #84AF6D; }
a { background-color: rgb(132,175,109); }
div.DivClassName
{
background-color: #84AF6D;
}
.BgClassName
{
background-color: #84AF6D;
}
</style>
border-color css
<style>
span { border-color: #84AF6D; }
span { border-color: rgb(132,175,109); }
td.TdClassName
{
border-color: #84AF6D;
}
.TagClassName
{
border-color: #84AF6D;
}
</style>