Shades of Amulet #839F6D
Tints of Amulet #839F6D
RGB
CMYK
RGB Variations
Color information
#839F6D (or 0x839F6D) is known color: Amulet. HEX triplet: 83, 9F and 6D. RGB value is (131,159,109). Sum of RGB (Red+Green+Blue) = 131+159+109=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #839F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839F6D is #7C6092. Grayscale: #919191. Windows color (decimal): -8151187 or 7184259. OLE color: 7184259.
HSL color Cylindrical-coordinate representation of color #839F6D: hue angle of 93.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839F6D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 159 | 109 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.38 |
| HSL | 93.6º | 0.21% | 0.53% | - |
| HSV(B) | 93.6º | 0.31% | 0.62% | - |
| XYZ | 24.52 | 30.73 | 19.11 | - |
| YUV | 144.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 159 | 109 | 0.18 | 0 | 0.31 | 0.38 | 93.6 | 0.21 | 0.53 |
| Hex | 83 | 9F | 6D | 12 | 0 | 1F | 26 | 5E | 15 | 35 |
| Octal | 203 | 237 | 155 | 22 | 0 | 37 | 46 | 136 | 25 | 65 |
| Binary | 10000011 | 10011111 | 1101101 | 10010 | 0 | 11111 | 100110 | 1011110 | 10101 | 110101 |
Color Harmonies of #839F6D
Complementary color
Monochromatic Colors of #839F6D
Black with #839F6D
Text Example
Text Example
White with #839F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839F6D; }
p { color: rgb(131,159,109); }
H1.HeaderClassName
{
color: #839F6D;
}
.AnyTagClassName
{
color: #839F6D;
}
</style>
background-color css
<style>
a { background-color: #839F6D; }
a { background-color: rgb(131,159,109); }
div.DivClassName
{
background-color: #839F6D;
}
.BgClassName
{
background-color: #839F6D;
}
</style>
border-color css
<style>
span { border-color: #839F6D; }
span { border-color: rgb(131,159,109); }
td.TdClassName
{
border-color: #839F6D;
}
.TagClassName
{
border-color: #839F6D;
}
</style>