Shades of Amulet #839D70
Tints of Amulet #839D70
RGB
CMYK
RGB Variations
Color information
#839D70 (or 0x839D70) is known color: Amulet. HEX triplet: 83, 9D and 70. RGB value is (131,157,112). Sum of RGB (Red+Green+Blue) = 131+157+112=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #839D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D70 is #7C628F. Grayscale: #909090. Windows color (decimal): -8151696 or 7380355. OLE color: 7380355.
HSL color Cylindrical-coordinate representation of color #839D70: hue angle of 94.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #839D70 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 112 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.38 |
| HSL | 94.67º | 0.19% | 0.53% | - |
| HSV(B) | 94.67º | 0.29% | 0.62% | - |
| XYZ | 24.34 | 30.11 | 19.86 | - |
| YUV | 144.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 112 | 0.17 | 0 | 0.29 | 0.38 | 94.67 | 0.19 | 0.53 |
| Hex | 83 | 9D | 70 | 11 | 0 | 1D | 26 | 5F | 13 | 35 |
| Octal | 203 | 235 | 160 | 21 | 0 | 35 | 46 | 137 | 23 | 65 |
| Binary | 10000011 | 10011101 | 1110000 | 10001 | 0 | 11101 | 100110 | 1011111 | 10011 | 110101 |
Color Harmonies of #839D70
Complementary color
Monochromatic Colors of #839D70
Black with #839D70
Text Example
Text Example
White with #839D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D70; }
p { color: rgb(131,157,112); }
H1.HeaderClassName
{
color: #839D70;
}
.AnyTagClassName
{
color: #839D70;
}
</style>
background-color css
<style>
a { background-color: #839D70; }
a { background-color: rgb(131,157,112); }
div.DivClassName
{
background-color: #839D70;
}
.BgClassName
{
background-color: #839D70;
}
</style>
border-color css
<style>
span { border-color: #839D70; }
span { border-color: rgb(131,157,112); }
td.TdClassName
{
border-color: #839D70;
}
.TagClassName
{
border-color: #839D70;
}
</style>