#71B061

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

Shades of Mantis #71B061

Tints of Mantis #71B061

Color information

#71B061 (or 0x71B061) is unknown color: approx Mantis. HEX triplet: 71, B0 and 61. RGB value is (113,176,97). Sum of RGB (Red+Green+Blue) = 113+176+97=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #71B061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B061 is #8E4F9E. Grayscale: #949494. Windows color (decimal): -9326495 or 6402161. OLE color: 6402161.

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

Color convert

RGB11317697-
CMYK0.3600.450.31
HSL107.85º33.33%53.53%-
HSV(B)107.85º44.89%69.02%-
XYZ24.4935.4216.86-
YUV148.1699.13102.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=29.27%
G=45.60%
B=25.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176970.3600.450.31107.8533.3353.53
Hex71B0612402D1F6c2136
Octal16126014144055371544166
Binary11100011011000011000011001000101101111111101100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,176,97); }

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

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

 a { background-color: rgb(113,176,97); }

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

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

 span { border-color: rgb(113,176,97); }

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