Shades of Amulet #839A73
Tints of Amulet #839A73
RGB
CMYK
RGB Variations
Color information
#839A73 (or 0x839A73) is known color: Amulet. HEX triplet: 83, 9A and 73. RGB value is (131,154,115). Sum of RGB (Red+Green+Blue) = 131+154+115=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #839A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A73 is #7C658C. Grayscale: #8E8E8E. Windows color (decimal): -8152461 or 7576195. OLE color: 7576195.
HSL color Cylindrical-coordinate representation of color #839A73: hue angle of 95.38º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839A73 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 115 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.40 |
| HSL | 95.38º | 0.16% | 0.53% | - |
| HSV(B) | 95.38º | 0.25% | 0.6% | - |
| XYZ | 24.01 | 29.17 | 20.59 | - |
| YUV | 142.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 115 | 0.15 | 0 | 0.25 | 0.40 | 95.38 | 0.16 | 0.53 |
| Hex | 83 | 9A | 73 | F | 0 | 19 | 28 | 5F | 10 | 35 |
| Octal | 203 | 232 | 163 | 17 | 0 | 31 | 50 | 137 | 20 | 65 |
| Binary | 10000011 | 10011010 | 1110011 | 1111 | 0 | 11001 | 101000 | 1011111 | 10000 | 110101 |
Color Harmonies of #839A73
Complementary color
Monochromatic Colors of #839A73
Black with #839A73
Text Example
Text Example
White with #839A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A73; }
p { color: rgb(131,154,115); }
H1.HeaderClassName
{
color: #839A73;
}
.AnyTagClassName
{
color: #839A73;
}
</style>
background-color css
<style>
a { background-color: #839A73; }
a { background-color: rgb(131,154,115); }
div.DivClassName
{
background-color: #839A73;
}
.BgClassName
{
background-color: #839A73;
}
</style>
border-color css
<style>
span { border-color: #839A73; }
span { border-color: rgb(131,154,115); }
td.TdClassName
{
border-color: #839A73;
}
.TagClassName
{
border-color: #839A73;
}
</style>