Shades of Amulet #83B379
Tints of Amulet #83B379
RGB
CMYK
RGB Variations
Color information
#83B379 (or 0x83B379) is known color: Amulet. HEX triplet: 83, B3 and 79. RGB value is (131,179,121). Sum of RGB (Red+Green+Blue) = 131+179+121=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #83B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B379 is #7C4C86. Grayscale: #9E9E9E. Windows color (decimal): -8146055 or 7975811. OLE color: 7975811.
HSL color Cylindrical-coordinate representation of color #83B379: hue angle of 109.66º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83B379 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 121 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.30 |
| HSL | 109.66º | 0.28% | 0.59% | - |
| HSV(B) | 109.66º | 0.32% | 0.7% | - |
| XYZ | 28.93 | 38.45 | 23.99 | - |
| YUV | 158.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 121 | 0.27 | 0 | 0.32 | 0.30 | 109.66 | 0.28 | 0.59 |
| Hex | 83 | B3 | 79 | 1B | 0 | 20 | 1E | 6E | 1C | 3B |
| Octal | 203 | 263 | 171 | 33 | 0 | 40 | 36 | 156 | 34 | 73 |
| Binary | 10000011 | 10110011 | 1111001 | 11011 | 0 | 100000 | 11110 | 1101110 | 11100 | 111011 |
Color Harmonies of #83B379
Complementary color
Monochromatic Colors of #83B379
Black with #83B379
Text Example
Text Example
White with #83B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B379; }
p { color: rgb(131,179,121); }
H1.HeaderClassName
{
color: #83B379;
}
.AnyTagClassName
{
color: #83B379;
}
</style>
background-color css
<style>
a { background-color: #83B379; }
a { background-color: rgb(131,179,121); }
div.DivClassName
{
background-color: #83B379;
}
.BgClassName
{
background-color: #83B379;
}
</style>
border-color css
<style>
span { border-color: #83B379; }
span { border-color: rgb(131,179,121); }
td.TdClassName
{
border-color: #83B379;
}
.TagClassName
{
border-color: #83B379;
}
</style>