Shades of Mantis #83B76B
Tints of Mantis #83B76B
RGB
CMYK
RGB Variations
Color information
#83B76B (or 0x83B76B) is known color: Mantis. HEX triplet: 83, B7 and 6B. RGB value is (131,183,107). Sum of RGB (Red+Green+Blue) = 131+183+107=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #83B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B76B is #7C4894. Grayscale: #9F9F9F. Windows color (decimal): -8145045 or 7059331. OLE color: 7059331.
HSL color Cylindrical-coordinate representation of color #83B76B: hue angle of 101.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83B76B is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 107 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.28 |
| HSL | 101.05º | 0.35% | 0.57% | - |
| HSV(B) | 101.05º | 0.42% | 0.72% | - |
| XYZ | 28.95 | 39.75 | 20.06 | - |
| YUV | 158.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 107 | 0.28 | 0 | 0.42 | 0.28 | 101.05 | 0.35 | 0.57 |
| Hex | 83 | B7 | 6B | 1C | 0 | 2A | 1C | 65 | 23 | 39 |
| Octal | 203 | 267 | 153 | 34 | 0 | 52 | 34 | 145 | 43 | 71 |
| Binary | 10000011 | 10110111 | 1101011 | 11100 | 0 | 101010 | 11100 | 1100101 | 100011 | 111001 |
Color Harmonies of #83B76B
Complementary color
Monochromatic Colors of #83B76B
Black with #83B76B
Text Example
Text Example
White with #83B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B76B; }
p { color: rgb(131,183,107); }
H1.HeaderClassName
{
color: #83B76B;
}
.AnyTagClassName
{
color: #83B76B;
}
</style>
background-color css
<style>
a { background-color: #83B76B; }
a { background-color: rgb(131,183,107); }
div.DivClassName
{
background-color: #83B76B;
}
.BgClassName
{
background-color: #83B76B;
}
</style>
border-color css
<style>
span { border-color: #83B76B; }
span { border-color: rgb(131,183,107); }
td.TdClassName
{
border-color: #83B76B;
}
.TagClassName
{
border-color: #83B76B;
}
</style>