#71B460

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

Shades of Mantis #71B460

Tints of Mantis #71B460

Color information

#71B460 (or 0x71B460) is unknown color: approx Mantis. HEX triplet: 71, B4 and 60. RGB value is (113,180,96). Sum of RGB (Red+Green+Blue) = 113+180+96=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #71B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B460 is #8E4B9F. Grayscale: #969696. Windows color (decimal): -9325472 or 6337649. OLE color: 6337649.

HSL color Cylindrical-coordinate representation of color #71B460: hue angle of 107.86º 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 #71B460 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB11318096-
CMYK0.3700.470.29
HSL107.86º35.9%54.12%-
HSV(B)107.86º46.67%70.59%-
XYZ25.243716.88-
YUV150.3997.3101.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=29.05%
G=46.27%
B=24.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113180960.3700.470.29107.8635.954.12
Hex71B4602502F1D6c2436
Octal16126414045057351544466
Binary11100011011010011000001001010101111111011101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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