#86B671

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

Shades of Mantis #86B671

Tints of Mantis #86B671

Color information

#86B671 (or 0x86B671) is unknown color: approx Mantis. HEX triplet: 86, B6 and 71. RGB value is (134,182,113). Sum of RGB (Red+Green+Blue) = 134+182+113=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #86B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B671 is #79498E. Grayscale: #A0A0A0. Windows color (decimal): -7948687 or 7452294. OLE color: 7452294.

HSL color Cylindrical-coordinate representation of color #86B671: hue angle of 101.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86B671 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB134182113-
CMYK0.2600.380.29
HSL101.74º32.09%57.84%-
HSV(B)101.74º37.91%71.37%-
XYZ29.5439.7221.73-
YUV159.78101.6109.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=31.24%
G=42.42%
B=26.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821130.2600.380.29101.7432.0957.84
Hex86B6711A0261D66203a
Octal20626616132046351464072
Binary10000110101101101110001110100100110111011100110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B671; }

 p { color: rgb(134,182,113); }

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

<style>
 a { background-color: #86B671; }

 a { background-color: rgb(134,182,113); }

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

<style>
 span { border-color: #86B671; }

 span { border-color: rgb(134,182,113); }

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