#86B66C

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

Shades of Mantis #86B66C

Tints of Mantis #86B66C

Color information

#86B66C (or 0x86B66C) is unknown color: approx Mantis. HEX triplet: 86, B6 and 6C. RGB value is (134,182,108). Sum of RGB (Red+Green+Blue) = 134+182+108=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #86B66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B66C is #794993. Grayscale: #9F9F9F. Windows color (decimal): -7948692 or 7124614. OLE color: 7124614.

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

Color convert

RGB134182108-
CMYK0.2600.410.29
HSL98.92º33.64%56.86%-
HSV(B)98.92º40.66%71.37%-
XYZ29.2739.6120.29-
YUV159.2199.1110.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=31.60%
G=42.92%
B=25.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821080.2600.410.2998.9233.6456.86
Hex86B66C1A0291D632239
Octal20626615432051351434271
Binary10000110101101101101100110100101001111011100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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