#71B560

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

Shades of Mantis #71B560

Tints of Mantis #71B560

Color information

#71B560 (or 0x71B560) is unknown color: approx Mantis. HEX triplet: 71, B5 and 60. RGB value is (113,181,96). Sum of RGB (Red+Green+Blue) = 113+181+96=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #71B560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B560 is #8E4A9F. Grayscale: #979797. Windows color (decimal): -9325216 or 6337905. OLE color: 6337905.

HSL color Cylindrical-coordinate representation of color #71B560: hue angle of 108º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71B560 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB11318196-
CMYK0.3800.470.29
HSL108º36.48%54.31%-
HSV(B)108º46.96%70.98%-
XYZ25.4537.416.94-
YUV150.9896.97100.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=28.97%
G=46.41%
B=24.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113181960.3800.470.2910836.4854.31
Hex71B5602602F1D6c2436
Octal16126514046057351544466
Binary11100011011010111000001001100101111111011101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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