Shades of Amulet #83B075
Tints of Amulet #83B075
RGB
CMYK
RGB Variations
Color information
#83B075 (or 0x83B075) is known color: Amulet. HEX triplet: 83, B0 and 75. RGB value is (131,176,117). Sum of RGB (Red+Green+Blue) = 131+176+117=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #83B075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B075 is #7C4F8A. Grayscale: #9C9C9C. Windows color (decimal): -8146827 or 7712899. OLE color: 7712899.
HSL color Cylindrical-coordinate representation of color #83B075: hue angle of 105.76º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83B075 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 176 | 117 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.31 |
| HSL | 105.76º | 0.27% | 0.57% | - |
| HSV(B) | 105.76º | 0.34% | 0.69% | - |
| XYZ | 28.1 | 37.16 | 22.52 | - |
| YUV | 155.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 176 | 117 | 0.26 | 0 | 0.34 | 0.31 | 105.76 | 0.27 | 0.57 |
| Hex | 83 | B0 | 75 | 1A | 0 | 22 | 1F | 6A | 1B | 39 |
| Octal | 203 | 260 | 165 | 32 | 0 | 42 | 37 | 152 | 33 | 71 |
| Binary | 10000011 | 10110000 | 1110101 | 11010 | 0 | 100010 | 11111 | 1101010 | 11011 | 111001 |
Color Harmonies of #83B075
Complementary color
Monochromatic Colors of #83B075
Black with #83B075
Text Example
Text Example
White with #83B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B075; }
p { color: rgb(131,176,117); }
H1.HeaderClassName
{
color: #83B075;
}
.AnyTagClassName
{
color: #83B075;
}
</style>
background-color css
<style>
a { background-color: #83B075; }
a { background-color: rgb(131,176,117); }
div.DivClassName
{
background-color: #83B075;
}
.BgClassName
{
background-color: #83B075;
}
</style>
border-color css
<style>
span { border-color: #83B075; }
span { border-color: rgb(131,176,117); }
td.TdClassName
{
border-color: #83B075;
}
.TagClassName
{
border-color: #83B075;
}
</style>