#71B160

Color #71B160 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #71B160

Tints of Mantis #71B160

Color information

#71B160 (or 0x71B160) is unknown color: approx Mantis. HEX triplet: 71, B1 and 60. RGB value is (113,177,96). Sum of RGB (Red+Green+Blue) = 113+177+96=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #71B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B160 is #8E4E9F. Grayscale: #949494. Windows color (decimal): -9326240 or 6336881. OLE color: 6336881.

HSL color Cylindrical-coordinate representation of color #71B160: hue angle of 107.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71B160 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB11317796-
CMYK0.3600.460.31
HSL107.41º34.18%53.53%-
HSV(B)107.41º45.76%69.41%-
XYZ24.6435.816.68-
YUV148.6398.3102.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=29.27%
G=45.85%
B=24.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113177960.3600.460.31107.4134.1853.53
Hex71B1602402E1F6b2236
Octal16126114044056371534266
Binary11100011011000111000001001000101110111111101011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71B160; }

 p { color: rgb(113,177,96); }

 H1.HeaderClassName
 {
   color: #71B160;
 }
 .AnyTagClassName
 {
   color: #71B160;
 }
</style>
background-color css

<style>
 a { background-color: #71B160; }

 a { background-color: rgb(113,177,96); }

 div.DivClassName
 {
   background-color: #71B160;
 }
 .BgClassName
 {
   background-color: #71B160;
 }
</style>
border-color css

<style>
 span { border-color: #71B160; }

 span { border-color: rgb(113,177,96); }

 td.TdClassName
 {
   border-color: #71B160;
 }
 .TagClassName
 {
   border-color: #71B160;
 }
</style>