Shades of Amulet #83A76D
Tints of Amulet #83A76D
RGB
CMYK
RGB Variations
Color information
#83A76D (or 0x83A76D) is known color: Amulet. HEX triplet: 83, A7 and 6D. RGB value is (131,167,109). Sum of RGB (Red+Green+Blue) = 131+167+109=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 167 - color contains mainly: green. Hex color #83A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A76D is #7C5892. Grayscale: #959595. Windows color (decimal): -8149139 or 7186307. OLE color: 7186307.
HSL color Cylindrical-coordinate representation of color #83A76D: hue angle of 97.24º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A76D is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 109 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.35 |
| HSL | 97.24º | 0.25% | 0.54% | - |
| HSV(B) | 97.24º | 0.35% | 0.65% | - |
| XYZ | 25.94 | 33.57 | 19.58 | - |
| YUV | 149.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 109 | 0.22 | 0 | 0.35 | 0.35 | 97.24 | 0.25 | 0.54 |
| Hex | 83 | A7 | 6D | 16 | 0 | 23 | 23 | 61 | 19 | 36 |
| Octal | 203 | 247 | 155 | 26 | 0 | 43 | 43 | 141 | 31 | 66 |
| Binary | 10000011 | 10100111 | 1101101 | 10110 | 0 | 100011 | 100011 | 1100001 | 11001 | 110110 |
Color Harmonies of #83A76D
Complementary color
Monochromatic Colors of #83A76D
Black with #83A76D
Text Example
Text Example
White with #83A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A76D; }
p { color: rgb(131,167,109); }
H1.HeaderClassName
{
color: #83A76D;
}
.AnyTagClassName
{
color: #83A76D;
}
</style>
background-color css
<style>
a { background-color: #83A76D; }
a { background-color: rgb(131,167,109); }
div.DivClassName
{
background-color: #83A76D;
}
.BgClassName
{
background-color: #83A76D;
}
</style>
border-color css
<style>
span { border-color: #83A76D; }
span { border-color: rgb(131,167,109); }
td.TdClassName
{
border-color: #83A76D;
}
.TagClassName
{
border-color: #83A76D;
}
</style>