Shades of Amulet #83AF7E
Tints of Amulet #83AF7E
RGB
CMYK
RGB Variations
Color information
#83AF7E (or 0x83AF7E) is known color: Amulet. HEX triplet: 83, AF and 7E. RGB value is (131,175,126). Sum of RGB (Red+Green+Blue) = 131+175+126=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF7E is #7C5081. Grayscale: #9C9C9C. Windows color (decimal): -8147074 or 8302467. OLE color: 8302467.
HSL color Cylindrical-coordinate representation of color #83AF7E: hue angle of 113.88º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83AF7E is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 126 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.31 |
| HSL | 113.88º | 0.23% | 0.59% | - |
| HSV(B) | 113.88º | 0.28% | 0.69% | - |
| XYZ | 28.46 | 36.99 | 25.38 | - |
| YUV | 156.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 126 | 0.25 | 0 | 0.28 | 0.31 | 113.88 | 0.23 | 0.59 |
| Hex | 83 | AF | 7E | 19 | 0 | 1C | 1F | 72 | 17 | 3B |
| Octal | 203 | 257 | 176 | 31 | 0 | 34 | 37 | 162 | 27 | 73 |
| Binary | 10000011 | 10101111 | 1111110 | 11001 | 0 | 11100 | 11111 | 1110010 | 10111 | 111011 |
Color Harmonies of #83AF7E
Complementary color
Monochromatic Colors of #83AF7E
Black with #83AF7E
Text Example
Text Example
White with #83AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF7E; }
p { color: rgb(131,175,126); }
H1.HeaderClassName
{
color: #83AF7E;
}
.AnyTagClassName
{
color: #83AF7E;
}
</style>
background-color css
<style>
a { background-color: #83AF7E; }
a { background-color: rgb(131,175,126); }
div.DivClassName
{
background-color: #83AF7E;
}
.BgClassName
{
background-color: #83AF7E;
}
</style>
border-color css
<style>
span { border-color: #83AF7E; }
span { border-color: rgb(131,175,126); }
td.TdClassName
{
border-color: #83AF7E;
}
.TagClassName
{
border-color: #83AF7E;
}
</style>