#86B761

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

Shades of Mantis #86B761

Tints of Mantis #86B761

Color information

#86B761 (or 0x86B761) is unknown color: approx Mantis. HEX triplet: 86, B7 and 61. RGB value is (134,183,97). Sum of RGB (Red+Green+Blue) = 134+183+97=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #86B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B761 is #79489E. Grayscale: #9E9E9E. Windows color (decimal): -7948447 or 6403974. OLE color: 6403974.

HSL color Cylindrical-coordinate representation of color #86B761: hue angle of 94.19º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86B761 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB13418397-
CMYK0.2700.470.28
HSL94.19º37.39%54.9%-
HSV(B)94.19º46.99%71.76%-
XYZ28.9239.817.47-
YUV158.5493.27110.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=32.37%
G=44.20%
B=23.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134183970.2700.470.2894.1937.3954.9
Hex86B7611B02F1C5e2537
Octal20626714133057341364567
Binary10000110101101111100001110110101111111001011110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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