Shades of Amulet #839E70
Tints of Amulet #839E70
RGB
CMYK
RGB Variations
Color information
#839E70 (or 0x839E70) is known color: Amulet. HEX triplet: 83, 9E and 70. RGB value is (131,158,112). Sum of RGB (Red+Green+Blue) = 131+158+112=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #839E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839E70 is #7C618F. Grayscale: #909090. Windows color (decimal): -8151440 or 7380611. OLE color: 7380611.
HSL color Cylindrical-coordinate representation of color #839E70: hue angle of 95.22º 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 #839E70 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 112 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.38 |
| HSL | 95.22º | 0.19% | 0.53% | - |
| HSV(B) | 95.22º | 0.29% | 0.62% | - |
| XYZ | 24.51 | 30.45 | 19.91 | - |
| YUV | 144.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 112 | 0.17 | 0 | 0.29 | 0.38 | 95.22 | 0.19 | 0.53 |
| Hex | 83 | 9E | 70 | 11 | 0 | 1D | 26 | 5F | 13 | 35 |
| Octal | 203 | 236 | 160 | 21 | 0 | 35 | 46 | 137 | 23 | 65 |
| Binary | 10000011 | 10011110 | 1110000 | 10001 | 0 | 11101 | 100110 | 1011111 | 10011 | 110101 |
Color Harmonies of #839E70
Complementary color
Monochromatic Colors of #839E70
Black with #839E70
Text Example
Text Example
White with #839E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E70; }
p { color: rgb(131,158,112); }
H1.HeaderClassName
{
color: #839E70;
}
.AnyTagClassName
{
color: #839E70;
}
</style>
background-color css
<style>
a { background-color: #839E70; }
a { background-color: rgb(131,158,112); }
div.DivClassName
{
background-color: #839E70;
}
.BgClassName
{
background-color: #839E70;
}
</style>
border-color css
<style>
span { border-color: #839E70; }
span { border-color: rgb(131,158,112); }
td.TdClassName
{
border-color: #839E70;
}
.TagClassName
{
border-color: #839E70;
}
</style>