Shades of Mantis #71B665
Tints of Mantis #71B665
RGB
CMYK
RGB Variations
Color information
#71B665 (or 0x71B665) is known color: Mantis. HEX triplet: 71, B6 and 65. RGB value is (113,182,101). Sum of RGB (Red+Green+Blue) = 113+182+101=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #71B665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B665 is #8E499A. Grayscale: #989898. Windows color (decimal): -9324955 or 6665841. OLE color: 6665841.
HSL color Cylindrical-coordinate representation of color #71B665: hue angle of 111.11º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71B665 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 182 | 101 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.29 |
| HSL | 111.11º | 0.36% | 0.55% | - |
| HSV(B) | 111.11º | 0.45% | 0.71% | - |
| XYZ | 25.89 | 37.91 | 18.26 | - |
| YUV | 152.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 182 | 101 | 0.38 | 0 | 0.45 | 0.29 | 111.11 | 0.36 | 0.55 |
| Hex | 71 | B6 | 65 | 26 | 0 | 2D | 1D | 6F | 24 | 37 |
| Octal | 161 | 266 | 145 | 46 | 0 | 55 | 35 | 157 | 44 | 67 |
| Binary | 1110001 | 10110110 | 1100101 | 100110 | 0 | 101101 | 11101 | 1101111 | 100100 | 110111 |
Color Harmonies of #71B665
Complementary color
Monochromatic Colors of #71B665
Black with #71B665
Text Example
Text Example
White with #71B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B665; }
p { color: rgb(113,182,101); }
H1.HeaderClassName
{
color: #71B665;
}
.AnyTagClassName
{
color: #71B665;
}
</style>
background-color css
<style>
a { background-color: #71B665; }
a { background-color: rgb(113,182,101); }
div.DivClassName
{
background-color: #71B665;
}
.BgClassName
{
background-color: #71B665;
}
</style>
border-color css
<style>
span { border-color: #71B665; }
span { border-color: rgb(113,182,101); }
td.TdClassName
{
border-color: #71B665;
}
.TagClassName
{
border-color: #71B665;
}
</style>