Shades of Amulet #83AA6B
Tints of Amulet #83AA6B
RGB
CMYK
RGB Variations
Color information
#83AA6B (or 0x83AA6B) is known color: Amulet. HEX triplet: 83, AA and 6B. RGB value is (131,170,107). Sum of RGB (Red+Green+Blue) = 131+170+107=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA6B is #7C5594. Grayscale: #979797. Windows color (decimal): -8148373 or 7056003. OLE color: 7056003.
HSL color Cylindrical-coordinate representation of color #83AA6B: hue angle of 97.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83AA6B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 107 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.33 |
| HSL | 97.14º | 0.27% | 0.54% | - |
| HSV(B) | 97.14º | 0.37% | 0.67% | - |
| XYZ | 26.39 | 34.64 | 19.2 | - |
| YUV | 151.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 107 | 0.23 | 0 | 0.37 | 0.33 | 97.14 | 0.27 | 0.54 |
| Hex | 83 | AA | 6B | 17 | 0 | 25 | 21 | 61 | 1B | 36 |
| Octal | 203 | 252 | 153 | 27 | 0 | 45 | 41 | 141 | 33 | 66 |
| Binary | 10000011 | 10101010 | 1101011 | 10111 | 0 | 100101 | 100001 | 1100001 | 11011 | 110110 |
Color Harmonies of #83AA6B
Complementary color
Monochromatic Colors of #83AA6B
Black with #83AA6B
Text Example
Text Example
White with #83AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA6B; }
p { color: rgb(131,170,107); }
H1.HeaderClassName
{
color: #83AA6B;
}
.AnyTagClassName
{
color: #83AA6B;
}
</style>
background-color css
<style>
a { background-color: #83AA6B; }
a { background-color: rgb(131,170,107); }
div.DivClassName
{
background-color: #83AA6B;
}
.BgClassName
{
background-color: #83AA6B;
}
</style>
border-color css
<style>
span { border-color: #83AA6B; }
span { border-color: rgb(131,170,107); }
td.TdClassName
{
border-color: #83AA6B;
}
.TagClassName
{
border-color: #83AA6B;
}
</style>