Shades of Amulet #83AF6C
Tints of Amulet #83AF6C
RGB
CMYK
RGB Variations
Color information
#83AF6C (or 0x83AF6C) is known color: Amulet. HEX triplet: 83, AF and 6C. RGB value is (131,175,108). Sum of RGB (Red+Green+Blue) = 131+175+108=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF6C is #7C5093. Grayscale: #9A9A9A. Windows color (decimal): -8147092 or 7122819. OLE color: 7122819.
HSL color Cylindrical-coordinate representation of color #83AF6C: hue angle of 99.4º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83AF6C is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 108 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.31 |
| HSL | 99.4º | 0.3% | 0.55% | - |
| HSV(B) | 99.4º | 0.38% | 0.69% | - |
| XYZ | 27.4 | 36.57 | 19.8 | - |
| YUV | 154.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 108 | 0.25 | 0 | 0.38 | 0.31 | 99.4 | 0.3 | 0.55 |
| Hex | 83 | AF | 6C | 19 | 0 | 26 | 1F | 63 | 1E | 37 |
| Octal | 203 | 257 | 154 | 31 | 0 | 46 | 37 | 143 | 36 | 67 |
| Binary | 10000011 | 10101111 | 1101100 | 11001 | 0 | 100110 | 11111 | 1100011 | 11110 | 110111 |
Color Harmonies of #83AF6C
Complementary color
Monochromatic Colors of #83AF6C
Black with #83AF6C
Text Example
Text Example
White with #83AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF6C; }
p { color: rgb(131,175,108); }
H1.HeaderClassName
{
color: #83AF6C;
}
.AnyTagClassName
{
color: #83AF6C;
}
</style>
background-color css
<style>
a { background-color: #83AF6C; }
a { background-color: rgb(131,175,108); }
div.DivClassName
{
background-color: #83AF6C;
}
.BgClassName
{
background-color: #83AF6C;
}
</style>
border-color css
<style>
span { border-color: #83AF6C; }
span { border-color: rgb(131,175,108); }
td.TdClassName
{
border-color: #83AF6C;
}
.TagClassName
{
border-color: #83AF6C;
}
</style>