Shades of Amulet #839D80
Tints of Amulet #839D80
RGB
CMYK
RGB Variations
Color information
#839D80 (or 0x839D80) is known color: Amulet. HEX triplet: 83, 9D and 80. RGB value is (131,157,128). Sum of RGB (Red+Green+Blue) = 131+157+128=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #839D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D80 is #7C627F. Grayscale: #929292. Windows color (decimal): -8151680 or 8428931. OLE color: 8428931.
HSL color Cylindrical-coordinate representation of color #839D80: hue angle of 113.79º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839D80 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 128 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.38 |
| HSL | 113.79º | 0.13% | 0.56% | - |
| HSV(B) | 113.79º | 0.18% | 0.62% | - |
| XYZ | 25.31 | 30.5 | 24.97 | - |
| YUV | 145.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 128 | 0.17 | 0 | 0.18 | 0.38 | 113.79 | 0.13 | 0.56 |
| Hex | 83 | 9D | 80 | 11 | 0 | 12 | 26 | 72 | D | 38 |
| Octal | 203 | 235 | 200 | 21 | 0 | 22 | 46 | 162 | 15 | 70 |
| Binary | 10000011 | 10011101 | 10000000 | 10001 | 0 | 10010 | 100110 | 1110010 | 1101 | 111000 |
Color Harmonies of #839D80
Complementary color
Monochromatic Colors of #839D80
Black with #839D80
Text Example
Text Example
White with #839D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D80; }
p { color: rgb(131,157,128); }
H1.HeaderClassName
{
color: #839D80;
}
.AnyTagClassName
{
color: #839D80;
}
</style>
background-color css
<style>
a { background-color: #839D80; }
a { background-color: rgb(131,157,128); }
div.DivClassName
{
background-color: #839D80;
}
.BgClassName
{
background-color: #839D80;
}
</style>
border-color css
<style>
span { border-color: #839D80; }
span { border-color: rgb(131,157,128); }
td.TdClassName
{
border-color: #839D80;
}
.TagClassName
{
border-color: #839D80;
}
</style>