Shades of Mantis #71B759
Tints of Mantis #71B759
RGB
CMYK
RGB Variations
Color information
#71B759 (or 0x71B759) is known color: Mantis. HEX triplet: 71, B7 and 59. RGB value is (113,183,89). Sum of RGB (Red+Green+Blue) = 113+183+89=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #71B759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B759 is #8E48A6. Grayscale: #979797. Windows color (decimal): -9324711 or 5879665. OLE color: 5879665.
HSL color Cylindrical-coordinate representation of color #71B759: hue angle of 104.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71B759 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 89 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.28 |
| HSL | 104.68º | 0.39% | 0.53% | - |
| HSV(B) | 104.68º | 0.51% | 0.72% | - |
| XYZ | 25.55 | 38.1 | 15.46 | - |
| YUV | 151.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 89 | 0.38 | 0 | 0.51 | 0.28 | 104.68 | 0.39 | 0.53 |
| Hex | 71 | B7 | 59 | 26 | 0 | 33 | 1C | 69 | 27 | 35 |
| Octal | 161 | 267 | 131 | 46 | 0 | 63 | 34 | 151 | 47 | 65 |
| Binary | 1110001 | 10110111 | 1011001 | 100110 | 0 | 110011 | 11100 | 1101001 | 100111 | 110101 |
Color Harmonies of #71B759
Complementary color
Monochromatic Colors of #71B759
Black with #71B759
Text Example
Text Example
White with #71B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B759; }
p { color: rgb(113,183,89); }
H1.HeaderClassName
{
color: #71B759;
}
.AnyTagClassName
{
color: #71B759;
}
</style>
background-color css
<style>
a { background-color: #71B759; }
a { background-color: rgb(113,183,89); }
div.DivClassName
{
background-color: #71B759;
}
.BgClassName
{
background-color: #71B759;
}
</style>
border-color css
<style>
span { border-color: #71B759; }
span { border-color: rgb(113,183,89); }
td.TdClassName
{
border-color: #71B759;
}
.TagClassName
{
border-color: #71B759;
}
</style>