#86b76d

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

Shades of Mantis #86B76D

Tints of Mantis #86B76D

Color information

#86B76D (or 0x86B76D) is unknown color: approx Mantis. HEX triplet: 86, B7 and 6D. RGB value is (134,183,109). Sum of RGB (Red+Green+Blue) = 134+183+109=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #86B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B76D is #794892. Grayscale: #A0A0A0. Windows color (decimal): -7948435 or 7190406. OLE color: 7190406.

HSL color Cylindrical-coordinate representation of color #86B76D: hue angle of 99.73º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B76D is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB134183109-
CMYK0.2700.400.28
HSL99.73º33.94%57.25%-
HSV(B)99.73º40.44%71.76%-
XYZ29.5340.0420.64-
YUV159.9199.27109.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 183 (71.88% from 255) = 42.96%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=31.46%
G=42.96%
B=25.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341831090.2700.400.2899.7333.9457.25
Hex86B76D1B0281C642239
Octal20626715533050341444271
Binary10000110101101111101101110110101000111001100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86b76d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,183,109); }

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

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

 a { background-color: rgb(134,183,109); }

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

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

 span { border-color: rgb(134,183,109); }

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