Shades of Amulet #83AB7A
Tints of Amulet #83AB7A
RGB
CMYK
RGB Variations
Color information
#83AB7A (or 0x83AB7A) is known color: Amulet. HEX triplet: 83, AB and 7A. RGB value is (131,171,122). Sum of RGB (Red+Green+Blue) = 131+171+122=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB7A is #7C5485. Grayscale: #999999. Windows color (decimal): -8148102 or 8039299. OLE color: 8039299.
HSL color Cylindrical-coordinate representation of color #83AB7A: hue angle of 108.98º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83AB7A is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 122 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.33 |
| HSL | 108.98º | 0.23% | 0.57% | - |
| HSV(B) | 108.98º | 0.29% | 0.67% | - |
| XYZ | 27.44 | 35.36 | 23.79 | - |
| YUV | 153.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 122 | 0.23 | 0 | 0.29 | 0.33 | 108.98 | 0.23 | 0.57 |
| Hex | 83 | AB | 7A | 17 | 0 | 1D | 21 | 6D | 17 | 39 |
| Octal | 203 | 253 | 172 | 27 | 0 | 35 | 41 | 155 | 27 | 71 |
| Binary | 10000011 | 10101011 | 1111010 | 10111 | 0 | 11101 | 100001 | 1101101 | 10111 | 111001 |
Color Harmonies of #83AB7A
Complementary color
Monochromatic Colors of #83AB7A
Black with #83AB7A
Text Example
Text Example
White with #83AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB7A; }
p { color: rgb(131,171,122); }
H1.HeaderClassName
{
color: #83AB7A;
}
.AnyTagClassName
{
color: #83AB7A;
}
</style>
background-color css
<style>
a { background-color: #83AB7A; }
a { background-color: rgb(131,171,122); }
div.DivClassName
{
background-color: #83AB7A;
}
.BgClassName
{
background-color: #83AB7A;
}
</style>
border-color css
<style>
span { border-color: #83AB7A; }
span { border-color: rgb(131,171,122); }
td.TdClassName
{
border-color: #83AB7A;
}
.TagClassName
{
border-color: #83AB7A;
}
</style>