#86C766

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

Shades of Mantis #86C766

Tints of Mantis #86C766

Color information

#86C766 (or 0x86C766) is unknown color: approx Mantis. HEX triplet: 86, C7 and 66. RGB value is (134,199,102). Sum of RGB (Red+Green+Blue) = 134+199+102=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #86C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C766 is #793899. Grayscale: #A8A8A8. Windows color (decimal): -7944346 or 6735750. OLE color: 6735750.

HSL color Cylindrical-coordinate representation of color #86C766: hue angle of 100.21º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86C766 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB134199102-
CMYK0.3300.490.22
HSL100.21º46.41%59.02%-
HSV(B)100.21º48.74%78.04%-
XYZ32.6546.8719.9-
YUV168.5190.47103.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 199 (78.12% from 255) = 45.75%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=30.80%
G=45.75%
B=23.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341991020.3300.490.22100.2146.4159.02
Hex86C7662103116642e3b
Octal20630714641061261445673
Binary100001101100011111001101000010110001101101100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,199,102); }

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

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

 a { background-color: rgb(134,199,102); }

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

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

 span { border-color: rgb(134,199,102); }

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