Shades of Amulet #83B06F
Tints of Amulet #83B06F
RGB
CMYK
RGB Variations
Color information
#83B06F (or 0x83B06F) is known color: Amulet. HEX triplet: 83, B0 and 6F. RGB value is (131,176,111). Sum of RGB (Red+Green+Blue) = 131+176+111=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #83B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B06F is #7C4F90. Grayscale: #9B9B9B. Windows color (decimal): -8146833 or 7319683. OLE color: 7319683.
HSL color Cylindrical-coordinate representation of color #83B06F: hue angle of 101.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83B06F is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 111 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.31 |
| HSL | 101.54º | 0.29% | 0.56% | - |
| HSV(B) | 101.54º | 0.37% | 0.69% | - |
| XYZ | 27.75 | 37.02 | 20.72 | - |
| YUV | 155.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 111 | 0.26 | 0 | 0.37 | 0.31 | 101.54 | 0.29 | 0.56 |
| Hex | 83 | B0 | 6F | 1A | 0 | 25 | 1F | 66 | 1D | 38 |
| Octal | 203 | 260 | 157 | 32 | 0 | 45 | 37 | 146 | 35 | 70 |
| Binary | 10000011 | 10110000 | 1101111 | 11010 | 0 | 100101 | 11111 | 1100110 | 11101 | 111000 |
Color Harmonies of #83B06F
Complementary color
Monochromatic Colors of #83B06F
Black with #83B06F
Text Example
Text Example
White with #83B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B06F; }
p { color: rgb(131,176,111); }
H1.HeaderClassName
{
color: #83B06F;
}
.AnyTagClassName
{
color: #83B06F;
}
</style>
background-color css
<style>
a { background-color: #83B06F; }
a { background-color: rgb(131,176,111); }
div.DivClassName
{
background-color: #83B06F;
}
.BgClassName
{
background-color: #83B06F;
}
</style>
border-color css
<style>
span { border-color: #83B06F; }
span { border-color: rgb(131,176,111); }
td.TdClassName
{
border-color: #83B06F;
}
.TagClassName
{
border-color: #83B06F;
}
</style>