Shades of Amulet #83A770
Tints of Amulet #83A770
RGB
CMYK
RGB Variations
Color information
#83A770 (or 0x83A770) is known color: Amulet. HEX triplet: 83, A7 and 70. RGB value is (131,167,112). Sum of RGB (Red+Green+Blue) = 131+167+112=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #83A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A770 is #7C588F. Grayscale: #969696. Windows color (decimal): -8149136 or 7382915. OLE color: 7382915.
HSL color Cylindrical-coordinate representation of color #83A770: hue angle of 99.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83A770 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 112 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.35 |
| HSL | 99.27º | 0.24% | 0.55% | - |
| HSV(B) | 99.27º | 0.33% | 0.65% | - |
| XYZ | 26.1 | 33.63 | 20.45 | - |
| YUV | 149.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 112 | 0.22 | 0 | 0.33 | 0.35 | 99.27 | 0.24 | 0.55 |
| Hex | 83 | A7 | 70 | 16 | 0 | 21 | 23 | 63 | 18 | 37 |
| Octal | 203 | 247 | 160 | 26 | 0 | 41 | 43 | 143 | 30 | 67 |
| Binary | 10000011 | 10100111 | 1110000 | 10110 | 0 | 100001 | 100011 | 1100011 | 11000 | 110111 |
Color Harmonies of #83A770
Complementary color
Monochromatic Colors of #83A770
Black with #83A770
Text Example
Text Example
White with #83A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A770; }
p { color: rgb(131,167,112); }
H1.HeaderClassName
{
color: #83A770;
}
.AnyTagClassName
{
color: #83A770;
}
</style>
background-color css
<style>
a { background-color: #83A770; }
a { background-color: rgb(131,167,112); }
div.DivClassName
{
background-color: #83A770;
}
.BgClassName
{
background-color: #83A770;
}
</style>
border-color css
<style>
span { border-color: #83A770; }
span { border-color: rgb(131,167,112); }
td.TdClassName
{
border-color: #83A770;
}
.TagClassName
{
border-color: #83A770;
}
</style>