Shades of Amulet #83B672
Tints of Amulet #83B672
RGB
CMYK
RGB Variations
Color information
#83B672 (or 0x83B672) is known color: Amulet. HEX triplet: 83, B6 and 72. RGB value is (131,182,114). Sum of RGB (Red+Green+Blue) = 131+182+114=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #83B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B672 is #7C498D. Grayscale: #9F9F9F. Windows color (decimal): -8145294 or 7517827. OLE color: 7517827.
HSL color Cylindrical-coordinate representation of color #83B672: hue angle of 105º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83B672 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 182 | 114 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.29 |
| HSL | 105º | 0.32% | 0.58% | - |
| HSV(B) | 105º | 0.37% | 0.71% | - |
| XYZ | 29.13 | 39.5 | 22.01 | - |
| YUV | 159 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 182 | 114 | 0.28 | 0 | 0.37 | 0.29 | 105 | 0.32 | 0.58 |
| Hex | 83 | B6 | 72 | 1C | 0 | 25 | 1D | 69 | 20 | 3A |
| Octal | 203 | 266 | 162 | 34 | 0 | 45 | 35 | 151 | 40 | 72 |
| Binary | 10000011 | 10110110 | 1110010 | 11100 | 0 | 100101 | 11101 | 1101001 | 100000 | 111010 |
Color Harmonies of #83B672
Complementary color
Monochromatic Colors of #83B672
Black with #83B672
Text Example
Text Example
White with #83B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B672; }
p { color: rgb(131,182,114); }
H1.HeaderClassName
{
color: #83B672;
}
.AnyTagClassName
{
color: #83B672;
}
</style>
background-color css
<style>
a { background-color: #83B672; }
a { background-color: rgb(131,182,114); }
div.DivClassName
{
background-color: #83B672;
}
.BgClassName
{
background-color: #83B672;
}
</style>
border-color css
<style>
span { border-color: #83B672; }
span { border-color: rgb(131,182,114); }
td.TdClassName
{
border-color: #83B672;
}
.TagClassName
{
border-color: #83B672;
}
</style>