Shades of Amulet #83A77E
Tints of Amulet #83A77E
RGB
CMYK
RGB Variations
Color information
#83A77E (or 0x83A77E) is known color: Amulet. HEX triplet: 83, A7 and 7E. RGB value is (131,167,126). Sum of RGB (Red+Green+Blue) = 131+167+126=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 167 - color contains mainly: green. Hex color #83A77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A77E is #7C5881. Grayscale: #979797. Windows color (decimal): -8149122 or 8300419. OLE color: 8300419.
HSL color Cylindrical-coordinate representation of color #83A77E: hue angle of 112.68º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83A77E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 126 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.35 |
| HSL | 112.68º | 0.19% | 0.57% | - |
| HSV(B) | 112.68º | 0.25% | 0.65% | - |
| XYZ | 26.94 | 33.97 | 24.88 | - |
| YUV | 151.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 126 | 0.22 | 0 | 0.25 | 0.35 | 112.68 | 0.19 | 0.57 |
| Hex | 83 | A7 | 7E | 16 | 0 | 19 | 23 | 71 | 13 | 39 |
| Octal | 203 | 247 | 176 | 26 | 0 | 31 | 43 | 161 | 23 | 71 |
| Binary | 10000011 | 10100111 | 1111110 | 10110 | 0 | 11001 | 100011 | 1110001 | 10011 | 111001 |
Color Harmonies of #83A77E
Complementary color
Monochromatic Colors of #83A77E
Black with #83A77E
Text Example
Text Example
White with #83A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A77E; }
p { color: rgb(131,167,126); }
H1.HeaderClassName
{
color: #83A77E;
}
.AnyTagClassName
{
color: #83A77E;
}
</style>
background-color css
<style>
a { background-color: #83A77E; }
a { background-color: rgb(131,167,126); }
div.DivClassName
{
background-color: #83A77E;
}
.BgClassName
{
background-color: #83A77E;
}
</style>
border-color css
<style>
span { border-color: #83A77E; }
span { border-color: rgb(131,167,126); }
td.TdClassName
{
border-color: #83A77E;
}
.TagClassName
{
border-color: #83A77E;
}
</style>