Shades of Amulet #839E72
Tints of Amulet #839E72
RGB
CMYK
RGB Variations
Color information
#839E72 (or 0x839E72) is known color: Amulet. HEX triplet: 83, 9E and 72. RGB value is (131,158,114). Sum of RGB (Red+Green+Blue) = 131+158+114=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #839E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839E72 is #7C618D. Grayscale: #919191. Windows color (decimal): -8151438 or 7511683. OLE color: 7511683.
HSL color Cylindrical-coordinate representation of color #839E72: hue angle of 96.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #839E72 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 114 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.38 |
| HSL | 96.82º | 0.18% | 0.53% | - |
| HSV(B) | 96.82º | 0.28% | 0.62% | - |
| XYZ | 24.62 | 30.49 | 20.51 | - |
| YUV | 144.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 114 | 0.17 | 0 | 0.28 | 0.38 | 96.82 | 0.18 | 0.53 |
| Hex | 83 | 9E | 72 | 11 | 0 | 1C | 26 | 61 | 12 | 35 |
| Octal | 203 | 236 | 162 | 21 | 0 | 34 | 46 | 141 | 22 | 65 |
| Binary | 10000011 | 10011110 | 1110010 | 10001 | 0 | 11100 | 100110 | 1100001 | 10010 | 110101 |
Color Harmonies of #839E72
Complementary color
Monochromatic Colors of #839E72
Black with #839E72
Text Example
Text Example
White with #839E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E72; }
p { color: rgb(131,158,114); }
H1.HeaderClassName
{
color: #839E72;
}
.AnyTagClassName
{
color: #839E72;
}
</style>
background-color css
<style>
a { background-color: #839E72; }
a { background-color: rgb(131,158,114); }
div.DivClassName
{
background-color: #839E72;
}
.BgClassName
{
background-color: #839E72;
}
</style>
border-color css
<style>
span { border-color: #839E72; }
span { border-color: rgb(131,158,114); }
td.TdClassName
{
border-color: #839E72;
}
.TagClassName
{
border-color: #839E72;
}
</style>